3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00

Chore: remove unused datasource status enum ()

This commit is contained in:
Ryan McKinley 2020-12-14 11:28:31 -08:00 committed by GitHub
parent c6b11a8f90
commit d1a20f62f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',