From 84f5f520600478f406d8e83dc3560d324b125386 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Tue, 4 Jul 2023 09:40:03 -0400 Subject: [PATCH] remove unneeded reference to baseMixin --- src/layouts/service-location/service-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);