copilot fix
This commit is contained in:
parent
c376411287
commit
f207da6390
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@
|
||||||
typeStyle="caption" />
|
typeStyle="caption" />
|
||||||
<siteFooter
|
<siteFooter
|
||||||
ref="siteFooter"
|
ref="siteFooter"
|
||||||
:class="getVariant + ' mb-5'"
|
:class="backButtonClass + ' mb-5'"
|
||||||
cmsWidgetName="SiteFooterWidget"
|
cmsWidgetName="SiteFooterWidget"
|
||||||
:isForwardButtonHidden="true"
|
:isForwardButtonHidden="true"
|
||||||
@backClicked="navigateBackByVehicleQuestions" />
|
@backClicked="navigateBackByVehicleQuestions" />
|
||||||
|
|
@ -327,7 +327,7 @@ export default {
|
||||||
buttonText() {
|
buttonText() {
|
||||||
return (this.isITACQuoteVisible || this.isNoCompQuoteVisible) ? 'Continue scheduling' : 'Continue';
|
return (this.isITACQuoteVisible || this.isNoCompQuoteVisible) ? 'Continue scheduling' : 'Continue';
|
||||||
},
|
},
|
||||||
getVariant() {
|
backButtonClass() {
|
||||||
if (this.isITACQuoteVisible || this.isNoCompQuoteVisible) {
|
if (this.isITACQuoteVisible || this.isNoCompQuoteVisible) {
|
||||||
return 'centered-back-button';
|
return 'centered-back-button';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue