From faf9d1e4200b74c9cbd11ed87ac607bf44a662b4 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Wed, 5 Apr 2023 11:49:09 -0400 Subject: [PATCH] CSR-1129: formatting changes --- .../date-picker/date-picker.vue | 1 - src/layouts/schedule/schedule.vue | 136 ++++++++++++++++++ .../service-location/service-location.vue | 5 +- 3 files changed, 140 insertions(+), 2 deletions(-) create mode 100644 src/layouts/schedule/schedule.vue diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index 813708b66..008fae9fa 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -637,5 +637,4 @@ export default { } } } - diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue new file mode 100644 index 000000000..02361128c --- /dev/null +++ b/src/layouts/schedule/schedule.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 69b4f4926..119632a2d 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -284,7 +284,10 @@ export default { this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route); }, forwardButtonAction() { - navigateToHeritageFunnel({ loadingModal: this.$refs.loadingModal }); + this.$router.navigateWithoutSaving( + this.navigationScenarios.SELECTED_LOCATION, + this.$route + ); }, }, components: {