Skip to content

Commit

Permalink
remove unsavedChangesDialog for cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jan 21, 2025
1 parent decde11 commit 2afe450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export default defineComponent({
async function cancel () {
if (state.paymentMethodChanged) {
unsavedChangesDialog.value.open()
// unsavedChangesDialog.value.open() TODO fix later
} else {
await initialize()
emit('disable-editing')
Expand Down

0 comments on commit 2afe450

Please sign in to comment.