diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 77a2ff10..7818ef48 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -81,7 +81,7 @@ import serviceZipModalQuestion from '@/layouts/service-location/service-zip-moda defineRule("selection-required", required(errorMessages.OPTION_REQUIRED)); export default { name: "service-location", - mixins: [baseFormMixin, baseMixin], + mixins: [baseFormMixin], async beforeRouteEnter(to, from, next) { // Call APIs const cmsContentPromise = fetchCmsContentForPage(to.query.issPage);