diff --git a/src/controllers/anomaly_controller.ts b/src/controllers/anomaly_controller.ts index f555657..c22de7c 100644 --- a/src/controllers/anomaly_controller.ts +++ b/src/controllers/anomaly_controller.ts @@ -73,6 +73,7 @@ export class AnomalyController { this._creatingNewAnomalyType = false; this._savingNewAnomalyType = false; this.runAnomalyTypeAlertEnabledWaiter(this._newAnomalyType); + this._runAnomalyTypeStatusWaiter(this._newAnomalyType); } get creatingAnomalyType() { return this._creatingNewAnomalyType; }