Remove continue button, add loader
This commit is contained in:
parent
55f7dcf0fb
commit
9d63dc09d2
1 changed files with 3 additions and 5 deletions
|
|
@ -16,7 +16,6 @@
|
|||
cmsWidgetName="SiteSubHeader"
|
||||
class="mb-0 mt-4 text-center" />
|
||||
<div
|
||||
class="body-text"
|
||||
v-html="scheduleWithSafeliteText"></div>
|
||||
<buttonMain
|
||||
ref="buttonMain"
|
||||
|
|
@ -28,7 +27,6 @@
|
|||
"
|
||||
@clickEvent="forwardButtonAction(options.SAFELITE)" />
|
||||
<div
|
||||
class="body-text"
|
||||
v-html="scheduleWithOtherText"></div>
|
||||
<textLink
|
||||
linkType="navigation"
|
||||
|
|
@ -39,8 +37,7 @@
|
|||
:ref="SITE_FOOTER_REF_NAME"
|
||||
class="mt-5"
|
||||
cmsWidgetName="SiteFooterWidget"
|
||||
:isForwardActionDisabled="isForwardActionDisabled"
|
||||
:isForwardButtonNavigationDisabled="isForwardNavigationDisabled"
|
||||
:isForwardButtonHidden="true"
|
||||
@backClicked="navigateBack"
|
||||
@forwardClicked="forwardButtonAction" />
|
||||
|
||||
|
|
@ -77,6 +74,7 @@ import settleAllPromises from '@/helpers/layout-helper';
|
|||
import errorMessages from '@/constants/error-messages';
|
||||
import buttonQuestion from '@/digital-components/button-question/button-question.vue';
|
||||
import issPageValues from '@/router/router-constants/issPage-values';
|
||||
import showIssLoadingModal from '@/helpers/loading-modal-helper';
|
||||
|
||||
// Import Component
|
||||
import baseFormMixin from '@/mixins/base-form-mixin';
|
||||
|
|
@ -90,7 +88,6 @@ import tpaRecalModal from '@/layouts/provider-preference/tpa-recal-modal/tpa-rec
|
|||
import globalRules from '@/constants/global-rules';
|
||||
import bailoutMessage from '@/constants/bailoutMessage';
|
||||
import contentGroupModal from '@/iss-components/content-group-modal/content-group-modal.vue';
|
||||
import showIssLoadingModal from '@/helpers/loading-modal-helper';
|
||||
import textLink from '@/ux-components/text-link/text-link.vue';
|
||||
import buttonMain from '@/ux-components/button-main/button-main.vue';
|
||||
|
||||
|
|
@ -279,6 +276,7 @@ export default {
|
|||
default:
|
||||
}
|
||||
this.navigateForward(scenario);
|
||||
showIssLoadingModal(true);
|
||||
this.mainStore.saveProviderPreferenceData({
|
||||
selectedProvider: selectedProvider,
|
||||
tpaAcknowledgement: this.tpaAcknowledgement
|
||||
|
|
|
|||
Loading…
Reference in a new issue