Accidental removal

This commit is contained in:
brydon1 2023-09-14 16:24:02 -04:00
parent abe6959520
commit 5dad6077ce

View file

@ -196,6 +196,14 @@ 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,