From 2f80b196900487f4088d317e828dcd7b675f9a79 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 20 Jun 2023 20:04:05 +0300 Subject: [PATCH] fix panel not working in grafana 10 --- src/panels/corpglory-dataexporter-panel/components/Panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx index 1420c20..1e1746e 100644 --- a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx +++ b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx @@ -499,7 +499,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { ); const mainDiv = (
- + {tasksDataFrame &&
}