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 @@ + + + + + + + + + + {{ getRouterLinkDisplayTextFromCopy(copy) }} + + + + + + + + + + + + + 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: {