Fix TypeScript error (#21545)
This commit is contained in:
@@ -241,6 +241,10 @@ export class AlertTabCtrl {
|
||||
}
|
||||
|
||||
checkFrequency() {
|
||||
if (!this.alert.frequency) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.frequencyWarning = '';
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user