mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix TypeScript error (#21545)
This commit is contained in:
parent
23f3ec020a
commit
1636e8873b
@ -241,6 +241,10 @@ export class AlertTabCtrl {
|
||||
}
|
||||
|
||||
checkFrequency() {
|
||||
if (!this.alert.frequency) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.frequencyWarning = '';
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user