Commit d1a20f62 by Ryan McKinley Committed by GitHub

Chore: remove unused datasource status enum (#29827)

parent c6b11a8f
......@@ -341,11 +341,6 @@ export interface QueryEditorProps<
history?: HistoryItem[];
}
export enum DataSourceStatus {
Connected,
Disconnected,
}
// TODO: not really needed but used as type in some data sources and in DataQueryRequest
export enum ExploreMode {
Logs = 'Logs',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment