Browse Source

Run anomaly status waiter on anomaly create

master
rozetko 6 years ago
parent
commit
bab7b77a83
  1. 1
      src/controllers/anomaly_controller.ts

1
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; }

Loading…
Cancel
Save