From 8e65712108e61cc909082ada8a4066916cb8714a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:16:38 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/pages/EditMonitor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index d38fa414d..fea2afc29 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -3175,7 +3175,7 @@ message HealthCheckResponse { if (this.draftGroupName && this.monitor.parent === -1) { // Create Monitor with name of draft group - const parentActive = this.isClone ? (this.monitor.active !== false) : false; + const parentActive = this.isClone ? this.monitor.active !== false : false; parentCreatedAsActive = parentActive; const res = await new Promise((resolve) => { this.$root.add(