diff --git a/js/apps/admin-ui/src/realm-settings/user-profile/AttributesTab.tsx b/js/apps/admin-ui/src/realm-settings/user-profile/AttributesTab.tsx index 3c2b66d143..6c28935742 100644 --- a/js/apps/admin-ui/src/realm-settings/user-profile/AttributesTab.tsx +++ b/js/apps/admin-ui/src/realm-settings/user-profile/AttributesTab.tsx @@ -54,7 +54,7 @@ export const AttributesTab = () => { ); save( - { attributes: updatedAttributes!, groups: config.groups }, + { ...config, attributes: updatedAttributes!, groups: config.groups }, { successMessageKey: "deleteAttributeSuccess", errorMessageKey: "deleteAttributeError",