Skip to content

Commit 7388fd7

Browse files
authored
fix: disable save all button after saving changes (#3656)
1 parent b4dcca1 commit 7388fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/views/sidebar/resource-explorer/collection/EditScopePanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const EditScopePanel: React.FC<EditScopePanelProps> = ({ closePopup }) => {
6969

7070
dispatch(updateResourcePaths(updatedItems));
7171
}
72+
setPendingChanges([]);
7273
};
7374

7475
return (

0 commit comments

Comments
 (0)