Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
katiekroell 2026-03-16 11:33:22 -04:00 committed by GitHub
parent c29bc10640
commit 8c0c82eeaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -215,7 +215,7 @@ export default {
async forwardButtonAction() {
this.resetWarningsAndErrors();
this.mainStore.resetBailout();
useMainStore().resetBailout();
// Vehicle info change in the flow, use a variable to keep track and commit to state at the end.
let vehicleInfoToCommit = {};