From b11f7c7af0810fa1def2f3798324c9a56f275e9d Mon Sep 17 00:00:00 2001 From: wuhuiluo <510426343@qq.com> Date: Tue, 27 Jul 2021 10:15:35 +0800 Subject: [PATCH] feat(cmp): group rule change to required --- shell/app/modules/cmp/common/custom-alarm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/app/modules/cmp/common/custom-alarm/index.tsx b/shell/app/modules/cmp/common/custom-alarm/index.tsx index 0513d7705c..5221eb72e2 100644 --- a/shell/app/modules/cmp/common/custom-alarm/index.tsx +++ b/shell/app/modules/cmp/common/custom-alarm/index.tsx @@ -787,7 +787,7 @@ export default ({ scopeType }: { scopeType: string }) => { { label: i18n.t('org:grouping rules'), name: ['rule', 'group'], - required: false, + required: true, type: 'select', options: map(tags, ({ key, name }) => ({ value: key, name })), itemProps: {