We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162a0c5 commit 06bf2bbCopy full SHA for 06bf2bb
backend/constant/common.go
@@ -116,6 +116,7 @@ var WebUrlMap = map[string]struct{}{
116
"/xpack/gpu": {},
117
"/xpack/alert/dashboard": {},
118
"/xpack/alert/log": {},
119
+ "/xpack/alert/setting": {},
120
"/xpack/setting": {},
121
}
122
frontend/src/global/form-rules.ts
@@ -822,7 +822,6 @@ export const Rules: CommonRule = {
822
},
823
phone: {
824
validator: checkPhone,
825
- required: true,
826
trigger: 'blur',
827
828
};
0 commit comments