hide modal
This commit is contained in:
parent
62c4418059
commit
8e0f817280
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ import { fetchCmsContentForPage } from '@/helpers/cms-content-helper';
|
||||||
import issPageValues from '@/router/router-constants/issPage-values.js';
|
import issPageValues from '@/router/router-constants/issPage-values.js';
|
||||||
import settleAllPromises from '@/helpers/layout-helper';
|
import settleAllPromises from '@/helpers/layout-helper';
|
||||||
import { useMainStore } from '@/store';
|
import { useMainStore } from '@/store';
|
||||||
|
import showIssLoadingModal from '@/helpers/loading-modal-helper';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'contact-confirmation',
|
name: 'contact-confirmation',
|
||||||
|
|
@ -47,6 +48,7 @@ export default {
|
||||||
next((vm) => {
|
next((vm) => {
|
||||||
vm.setCmsContent(resultMap.cmsContent);
|
vm.setCmsContent(resultMap.cmsContent);
|
||||||
});
|
});
|
||||||
|
showIssLoadingModal(false);
|
||||||
},
|
},
|
||||||
setup() {
|
setup() {
|
||||||
const mainStore = useMainStore();
|
const mainStore = useMainStore();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue