remove unneeded reference to baseMixin

This commit is contained in:
Katie Kroell 2023-07-04 09:40:03 -04:00
parent 3b1a9c19c4
commit 84f5f52060

View file

@ -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);