From 8c0c82eeafaaa4d4a92beee2f350b8f67b6af568 Mon Sep 17 00:00:00 2001 From: katiekroell <100247286+katiekroell@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:33:22 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/layouts/address-lookup/address-lookup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/address-lookup/address-lookup.vue b/src/layouts/address-lookup/address-lookup.vue index 376f1168..92569c91 100644 --- a/src/layouts/address-lookup/address-lookup.vue +++ b/src/layouts/address-lookup/address-lookup.vue @@ -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 = {};