Update GroupAttributes
to refresh fields on group change (#23675)
Closes #23654
This commit is contained in:
parent
8547872158
commit
990a54dce5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const GroupAttributes = () => {
|
||||||
convertToFormValues(group!, form.setValue);
|
convertToFormValues(group!, form.setValue);
|
||||||
setCurrentGroup(group);
|
setCurrentGroup(group);
|
||||||
},
|
},
|
||||||
[],
|
[id],
|
||||||
);
|
);
|
||||||
|
|
||||||
const save = async (attributeForm: AttributeForm) => {
|
const save = async (attributeForm: AttributeForm) => {
|
||||||
|
|
Loading…
Reference in a new issue