Update GroupAttributes to refresh fields on group change (#23675)

Closes #23654
This commit is contained in:
osorionicolas 2023-10-08 17:40:20 +02:00 committed by GitHub
parent 8547872158
commit 990a54dce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ export const GroupAttributes = () => {
convertToFormValues(group!, form.setValue);
setCurrentGroup(group);
},
[],
[id],
);
const save = async (attributeForm: AttributeForm) => {