hide modal

This commit is contained in:
Katie Kroell 2026-02-05 12:15:42 -05:00
parent 62c4418059
commit 8e0f817280

View file

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