Skip to content

Commit

Permalink
feat(cmp): group rule change to required
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuiluo666 committed Jul 30, 2021
1 parent 7d9d195 commit b11f7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/app/modules/cmp/common/custom-alarm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b11f7c7

Please # to comment.