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:
parent
c29bc10640
commit
8c0c82eeaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue