Skip to content

Commit

Permalink
fix: disable save all button after saving changes (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Feb 26, 2025
1 parent b4dcca1 commit 7388fd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const EditScopePanel: React.FC<EditScopePanelProps> = ({ closePopup }) => {

dispatch(updateResourcePaths(updatedItems));
}
setPendingChanges([]);
};

return (
Expand Down

0 comments on commit 7388fd7

Please sign in to comment.