fix: Fix alert setting issue (#7304)

pull/7306/head
2024-12-10 11:17:38 +08:00 committed by GitHub
parent 162a0c543c
commit 06bf2bbc2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,7 @@ var WebUrlMap = map[string]struct{}{
"/xpack/gpu": {},
"/xpack/alert/dashboard": {},
"/xpack/alert/log": {},
"/xpack/alert/setting": {},
"/xpack/setting": {},
}

View File

@ -822,7 +822,6 @@ export const Rules: CommonRule = {
},
phone: {
validator: checkPhone,
required: true,
trigger: 'blur',
},
};