CSR-2183: remove forward button action since we're not using it

This commit is contained in:
Adam Caouette 2024-08-24 10:59:33 -04:00
parent 15aaca73ac
commit ba143082ba

View file

@ -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,