From 4d68bb29c6d1919fa8eb9d661589f4e8a006f1b6 Mon Sep 17 00:00:00 2001 From: rozetko Date: Fri, 20 Jan 2023 18:39:25 +0300 Subject: [PATCH] hotfix --- src/panels/corpglory-dataexporter-panel/components/Panel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx index f305e97..9d85bee 100644 --- a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx +++ b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx @@ -52,7 +52,6 @@ const APP_ID = 'corpglory-dataexporter-app'; interface Props extends PanelProps {} export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { - // TODO: Dashboard type const [dashboard, setDashboard] = useState(null); const [datasources, setDatasources] = useState(null);