diff --git a/src/panel/graph_panel/controllers/analytic_controller.ts b/src/panel/graph_panel/controllers/analytic_controller.ts index f5c878b..efe927c 100644 --- a/src/panel/graph_panel/controllers/analytic_controller.ts +++ b/src/panel/graph_panel/controllers/analytic_controller.ts @@ -77,6 +77,7 @@ export class AnalyticController { async sendThresholdParamsToServer(id: AnalyticUnitId) { await this.saveThreshold(id); + await this._analyticService.runDetect(id); await this._runStatusWaiter(this._analyticUnitsSet.byId(id)); }