From a327aae4388ef8314973df838e9851f1f1611354 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 22 Oct 2024 08:36:29 -0400 Subject: [PATCH] prettier --- src/layouts/service-zip/service-zip.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-zip/service-zip.vue b/src/layouts/service-zip/service-zip.vue index e417778a5..567a9cfc3 100644 --- a/src/layouts/service-zip/service-zip.vue +++ b/src/layouts/service-zip/service-zip.vue @@ -132,7 +132,7 @@ export default { next(async (vm) => { vm.setCmsContent(resultMap.cmsContent); - + if (store.getters.externalParameterState?.isExternalParameter) { const isValid = await baseMixin.methods.isFormValid(vm.$refs.theForm); if (isValid) {