add loader on continue

This commit is contained in:
Bill Richardson 2026-04-20 11:25:41 -04:00
parent 4f6fb62909
commit 031049dcea

View file

@ -71,6 +71,7 @@ import siteSubHeader from '@/iss-components/site-sub-header/site-sub-header.vue'
import contentGroupModal from '@/iss-components/content-group-modal/content-group-modal.vue';
import loadingModal from '@/iss-components/loading-modal/loading-modal.vue';
import settleAllPromises from '@/helpers/layout-helper';
import showIssLoadingModal from '@/helpers/loading-modal-helper';
import { useMainStore } from '@/store';
import { fetchCmsContentForPage } from '@/helpers/cms-content-helper';
import { Form } from 'vee-validate';
@ -227,6 +228,7 @@ export default {
this.selectedPackageTier = packageTier;
},
forwardButtonAction() {
showIssLoadingModal(true);
const parts = {
vaps: this.selectedVaps
};