prettier
This commit is contained in:
CarlNation 2023-09-28 13:44:52 -04:00
parent b662ee4a99
commit f9f69f827d

View file

@ -65,7 +65,10 @@ export default {
async forwardButtonAction() {
this.dispatchStoreAction(this.storeActions.SAVE_WORK_ORDER_FLAG, true, false);
await submitWorkOrder({ pageNameToLog: "payment-method" });
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
this.$router.navigateWithoutSaving(
this.navigationScenarios.CLICKED_FORWARD,
this.$route
);
},
},
components: {