add validations to validator when creating new (#19872)
This commit is contained in:
parent
a7153af7b0
commit
04301422d1
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ export default function NewAttributeSettings() {
|
|||
selector: profileConfig.selector,
|
||||
permissions: profileConfig.permissions!,
|
||||
annotations,
|
||||
validations,
|
||||
},
|
||||
profileConfig.isRequired
|
||||
? { required: profileConfig.required }
|
||||
|
|
Loading…
Reference in a new issue