Deleting an atribute from the UI is reseting the unmanaged attribute policy
Closes #25515 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
c4ada85233
commit
0cf1e88f60
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export const AttributesTab = () => {
|
|||
);
|
||||
|
||||
save(
|
||||
{ attributes: updatedAttributes!, groups: config.groups },
|
||||
{ ...config, attributes: updatedAttributes!, groups: config.groups },
|
||||
{
|
||||
successMessageKey: "deleteAttributeSuccess",
|
||||
errorMessageKey: "deleteAttributeError",
|
||||
|
|
Loading…
Reference in a new issue