CASH-125: remove unneeded action
This commit is contained in:
parent
f86e498ebc
commit
12bf9c03ae
2 changed files with 1 additions and 5 deletions
|
|
@ -99,9 +99,6 @@ export default {
|
|||
// hide save progress button; show success message alert
|
||||
this.isProgressSaved = true;
|
||||
|
||||
// communicate to parent the new status
|
||||
this.$emit("save-progress-saved");
|
||||
|
||||
this.modal.closeModal();
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -83,8 +83,7 @@
|
|||
modalWidgetName="SaveProgressModalWidget"
|
||||
modalName="SaveProgressModal"
|
||||
v-if="showSaveProgressModal"
|
||||
pageName="quote"
|
||||
@save-progress-saved="updateSaveProgressAsSaved" />
|
||||
pageName="quote" />
|
||||
|
||||
<textBlock
|
||||
cmsWidgetName="quoteDisclaimer"
|
||||
|
|
|
|||
Loading…
Reference in a new issue