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