Add spinner to bailout back button.

This commit is contained in:
Bill Richardson 2024-06-03 09:13:49 -04:00
parent a723bfa60c
commit 4c84dee019

View file

@ -195,7 +195,7 @@ export default {
backButtonAction() {
// route to move backwards
this.mainStore.resetBailout();
this.$router.navigate(
this.$router.navigateWithSpinner(
this.navigationScenarios.CLICKED_BACK_PREVIOUS,
this.$route
);