CSR-2183: remove forward button action since we're not using it
This commit is contained in:
parent
15aaca73ac
commit
ba143082ba
1 changed files with 0 additions and 3 deletions
|
|
@ -185,9 +185,6 @@ export default {
|
|||
await baseMixin.methods.dispatchStoreAction(storeActions.CREATE_SUBMITTED_ORDER);
|
||||
this.$router.navigateWithoutSaving(this.navigationScenarios.PIA_SUCCESS, this.$route);
|
||||
},
|
||||
forwardButtonAction() {
|
||||
this.$router.navigateWithoutSaving(this.navigationScenarios.PIA_SUCCESS, this.$route);
|
||||
},
|
||||
},
|
||||
components: {
|
||||
loadingModal,
|
||||
|
|
|
|||
Loading…
Reference in a new issue