mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-04 14:33:01 +08:00
fix: Fix alert setting issue (#7304)
This commit is contained in:
@@ -116,6 +116,7 @@ var WebUrlMap = map[string]struct{}{
|
||||
"/xpack/gpu": {},
|
||||
"/xpack/alert/dashboard": {},
|
||||
"/xpack/alert/log": {},
|
||||
"/xpack/alert/setting": {},
|
||||
"/xpack/setting": {},
|
||||
}
|
||||
|
||||
|
||||
@@ -822,7 +822,6 @@ export const Rules: CommonRule = {
|
||||
},
|
||||
phone: {
|
||||
validator: checkPhone,
|
||||
required: true,
|
||||
trigger: 'blur',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user