Browse Source

hotfix

pull/13/head
rozetko 1 year ago
parent
commit
4d68bb29c6
  1. 1
      src/panels/corpglory-dataexporter-panel/components/Panel.tsx

1
src/panels/corpglory-dataexporter-panel/components/Panel.tsx

@ -52,7 +52,6 @@ const APP_ID = 'corpglory-dataexporter-app';
interface Props extends PanelProps<PanelOptions> {}
export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) {
// TODO: Dashboard type
const [dashboard, setDashboard] = useState<Dashboard | null>(null);
const [datasources, setDatasources] = useState<DataSourceSettings[] | null>(null);

Loading…
Cancel
Save