diff --git a/src/layouts/contact-confirmation/contact-confirmation.vue b/src/layouts/contact-confirmation/contact-confirmation.vue index 29c52745..2819efd6 100644 --- a/src/layouts/contact-confirmation/contact-confirmation.vue +++ b/src/layouts/contact-confirmation/contact-confirmation.vue @@ -24,6 +24,7 @@ import { fetchCmsContentForPage } from '@/helpers/cms-content-helper'; import issPageValues from '@/router/router-constants/issPage-values.js'; import settleAllPromises from '@/helpers/layout-helper'; import { useMainStore } from '@/store'; +import showIssLoadingModal from '@/helpers/loading-modal-helper'; export default { name: 'contact-confirmation', @@ -47,6 +48,7 @@ export default { next((vm) => { vm.setCmsContent(resultMap.cmsContent); }); + showIssLoadingModal(false); }, setup() { const mainStore = useMainStore();