Skip to content

Commit

Permalink
LA-7 Fix bug data subjects save
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucano Vera committed Nov 26, 2024
1 parent 4f2628c commit 4b1d7d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const TaxonomyEditForm = ({
...formValues,
};
if (
updatedTaxonomy?.rights?.values &&
!updatedTaxonomy?.rights?.values ||
isEmpty(updatedTaxonomy?.rights?.values)
) {
unset(updatedTaxonomy, "rights");
Expand Down

0 comments on commit 4b1d7d2

Please sign in to comment.