fix: Fix alert setting issue (#7304)

This commit is contained in:
2024-12-10 03:17:38 +00:00
committed by GitHub
parent 162a0c543c
commit 06bf2bbc2f
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -116,6 +116,7 @@ var WebUrlMap = map[string]struct{}{
"/xpack/gpu": {},
"/xpack/alert/dashboard": {},
"/xpack/alert/log": {},
"/xpack/alert/setting": {},
"/xpack/setting": {},
}
-1
View File
@@ -822,7 +822,6 @@ export const Rules: CommonRule = {
},
phone: {
validator: checkPhone,
required: true,
trigger: 'blur',
},
};