diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index bd3756662..be60e36fb 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -401,10 +401,7 @@ export default { false ); - this.$router.navigateWithSaving( - this.navigationScenarios.SCHEDULE, - this.$route - ); + this.$router.navigateWithSaving(this.navigationScenarios.SCHEDULE, this.$route); }, openModalAction(modalName) { this.$refs[modalName].openModal();