Reverting bug

This commit is contained in:
Michaela Brydon 2024-08-16 10:26:35 -04:00
parent 299ae0d813
commit 0bf470a1bf

View file

@ -311,7 +311,7 @@ export default {
this.$router.navigate( this.$router.navigate(
this.navigationScenarios.SAVE_SESSION_FAILED, this.navigationScenarios.SAVE_SESSION_FAILED,
this.$route, this.$route,
{ query: { issPage: issPageValues.PAYMENT_METHOD } } { issPage: issPageValues.PAYMENT_METHOD }
); );
console.error(`error: response from submit work order:${error.message}`); console.error(`error: response from submit work order:${error.message}`);
} }