mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: show deleted datasource (#43891)
This commit is contained in:
@@ -102,7 +102,7 @@ export enum GrafanaAlertStateDecision {
|
||||
Error = 'Error',
|
||||
}
|
||||
|
||||
interface AlertDataQuery extends DataQuery {
|
||||
export interface AlertDataQuery extends DataQuery {
|
||||
maxDataPoints?: number;
|
||||
intervalMs?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user