Do not show empty annotation when creating attribute group (#23922)
Closes #23789
This commit is contained in:
parent
8f1234881d
commit
8cfd9ba5aa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ type FormFields = Required<Omit<UserProfileGroup, "annotations">> & {
|
|||
};
|
||||
|
||||
const defaultValues: FormFields = {
|
||||
annotations: [{ key: "", value: "" }],
|
||||
annotations: [],
|
||||
displayDescription: "",
|
||||
displayHeader: "",
|
||||
name: "",
|
||||
|
|
Loading…
Reference in a new issue