remove unneeded reference to baseMixin
This commit is contained in:
parent
3b1a9c19c4
commit
84f5f52060
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue