[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-04 07:45:05 +00:00
committed by GitHub
parent 08d8278a75
commit ed8051f9e3

View File

@@ -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"));