Add spinner to bailout back button.
This commit is contained in:
parent
a723bfa60c
commit
4c84dee019
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue