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(