diff --git a/ui/src/dashboards/components/TableOptions.tsx b/ui/src/dashboards/components/TableOptions.tsx index 6afbcd6a6..5aaee6be9 100644 --- a/ui/src/dashboards/components/TableOptions.tsx +++ b/ui/src/dashboards/components/TableOptions.tsx @@ -52,17 +52,6 @@ interface Field { alias?: string } -interface QueryAST { - fields: Field[] - limits: {limit: number} - sources: Sources[] - condition?: any - groupBy?: { - tags?: string[] - time: {interval: string} - } -} - interface Props { queryConfigs: QueryConfig[] handleUpdateTableOptions: (options: Options) => void