Reverting styling removal

This commit is contained in:
brydon1 2023-09-14 16:23:15 -04:00
parent df87788410
commit abe6959520

View file

@ -13,6 +13,7 @@
<siteSubHeader
id="sub-header"
ref="siteSubHeader"
class="mt-5"
:cmsWidgetName="widget.siteSubHeader" />
<textboxQuestion
ref="firstNameQuestion"
@ -195,14 +196,6 @@ export default {
* @summary Steps to perform when forward button clicked.
*/
forwardButtonAction() {
const contactInfo = {
firstName: this.firstName,
lastName: this.lastName,
emailAddress: this.emailAddress,
phoneNumber: this.phoneNumber,
requestTextUpdates: this.requestTextUpdates,
notesForTechnician: this.notesForTechnician
};
useMainStore().updateContactInfo(contactInfo);
this.$router.navigate(
this.navigationScenarios.CLICKED_FORWARD,