Skip to content

Commit

Permalink
ADD: clear changes array by canceling process
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTheGeeek committed Feb 17, 2025
1 parent f33cabf commit 0577344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/src/components/UI/edit-page/EditScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ const closeSetupModal = () => {
const closeSetupConnectingModal = () => {
setupStore.isConnectSetupModalActive = false;
setupStore.selectedOPSetup = null;
manageStore.confirmChanges = [];
};
</script>
Expand Down

0 comments on commit 0577344

Please sign in to comment.