feat: validate the name field of the categorize operator for duplicate names and nulls #918 (#1471)

### What problem does this PR solve?

feat: validate the name field of the categorize operator for duplicate
names and nulls #918

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-07-11 18:22:53 +08:00
committed by GitHub
parent 2c2b2e0779
commit 9c023b6d8c
7 changed files with 111 additions and 17 deletions

View File

@ -596,6 +596,8 @@ The above is the content you need to summarize.`,
blank: 'Blank',
createFromNothing: 'Create from nothing',
addItem: 'Add Item',
nameRequiredMsg: 'Name is required',
nameRepeatedMsg: 'The name cannot be repeated',
},
footer: {
profile: 'All rights reserved @ React',