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:
Pedro Igor 2023-12-12 20:19:37 -03:00
parent c4ada85233
commit 0cf1e88f60

View file

@ -54,7 +54,7 @@ export const AttributesTab = () => {
);
save(
{ attributes: updatedAttributes!, groups: config.groups },
{ ...config, attributes: updatedAttributes!, groups: config.groups },
{
successMessageKey: "deleteAttributeSuccess",
errorMessageKey: "deleteAttributeError",