mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: remove unused datasource status enum (#29827)
This commit is contained in:
parent
c6b11a8f90
commit
d1a20f62f5
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user