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
4ba32ac22e
commit
93ea133d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ const callSaveSession = !useMainStore().order?.referralNumber && (to.name === is
|
|||
if (callSaveSession) {
|
||||
// Forcing a synchronous savesession call here to create the referral for the first time.
|
||||
// AfterEach does not support synchronous calls that block navigation. Which is why this is in the beforeEach method.
|
||||
// This only needs to be called once in a certain location, all other saveession calls are async in afterEach (except the last one on order submission)
|
||||
// This only needs to be called once in a certain location, all other saveSession calls are async in afterEach (except the last one on order submission)
|
||||
// NOTE: This call should be creating the referral number. After this point in the site flow, referral number is critical for several pieces of logic and logging.
|
||||
// Thereforce, we want to force a bailout here if it errors out.
|
||||
showIssLoadingModal(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue