Forgot route

This commit is contained in:
Michaela Brydon 2024-06-19 15:03:31 -04:00
parent 13d3bb68d7
commit 6afa35dd39

View file

@ -362,6 +362,7 @@ export default {
useMainStore().setBailout(bailoutMessage.saveSessionError(submitError.data));
this.navigate(
this.navigationScenarios.SAVE_SESSION_FAILED,
this.$route,
{ query: { issPage: this.issPageValues.TPA_SUBMIT } }
);
});