From ed8051f9e37a3bb0d87168c8c169ae62c1ca1daf Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 07:45:05 +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 d9d9167d6..08b5d82d4 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -2102,7 +2102,7 @@ message HealthCheckResponse { allow_underscores: true, allow_trailing_dot: true, }) && !isIP(hostname)) { - if(this.monitor.type === "dns") { + if (this.monitor.type === "dns") { toast.error(this.$t("invalidDNSHostname")); } else { toast.error(this.$t("invalidHostnameOrIP"));