Skip to content

Commit 06bf2bb

Browse files
authored
fix: Fix alert setting issue (#7304)
1 parent 162a0c5 commit 06bf2bb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/constant/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ var WebUrlMap = map[string]struct{}{
116116
"/xpack/gpu": {},
117117
"/xpack/alert/dashboard": {},
118118
"/xpack/alert/log": {},
119+
"/xpack/alert/setting": {},
119120
"/xpack/setting": {},
120121
}
121122

frontend/src/global/form-rules.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ export const Rules: CommonRule = {
822822
},
823823
phone: {
824824
validator: checkPhone,
825-
required: true,
826825
trigger: 'blur',
827826
},
828827
};

0 commit comments

Comments
 (0)