Skip to content

Commit

Permalink
ISSUE #5351 - Fixed reset of new group after editing an existing one
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmont3drepo committed Jan 20, 2025
1 parent 26de810 commit c958c06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const GroupSettingsForm = ({ value, onSubmit, onCancel, prefixes, isColor
group: {},
});
setIsSmart(true);
setNewPrefix([]);
return;
}

Expand Down

0 comments on commit c958c06

Please sign in to comment.