From 4c84dee019b96c23adbaf50be8a8a7597a0a72fd Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 3 Jun 2024 09:13:49 -0400 Subject: [PATCH] Add spinner to bailout back button. --- src/layouts/bailout-page/bailout-page.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/bailout-page/bailout-page.vue b/src/layouts/bailout-page/bailout-page.vue index b39f505a..e25106b0 100644 --- a/src/layouts/bailout-page/bailout-page.vue +++ b/src/layouts/bailout-page/bailout-page.vue @@ -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 );