diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue
index d75d5534..9917e085 100644
--- a/src/pages/EditMonitor.vue
+++ b/src/pages/EditMonitor.vue
@@ -484,7 +484,7 @@
@@ -1201,16 +1201,6 @@ message HealthCheckResponse {
return list;
},
- /**
- * Retrieves the appropriate ignore TLS error label based on the monitor type.
- * @returns {string} Returns the non specific label if the monitor type is 'redis', otherwise, returns the default.
- */
- ignoreTlsLabel() {
- return this.monitor.type === "redis"
- ? this.$t("ignoreTLSErrorGeneral")
- : this.$t("ignoreTLSError");
- }
-
dockerHostOptionsList() {
if (this.$root.dockerHostList && this.$root.dockerHostList.length > 0) {
return this.$root.dockerHostList.map((host) => {
@@ -1227,7 +1217,6 @@ message HealthCheckResponse {
}
}
},
-
watch: {
"$root.proxyList"() {
if (this.isAdd) {