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
7cb346fe50
commit
0a2fc03a91
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export default {
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// If user clicked foward without selecting an option or user click on "start a new claim" button.
|
// If user clicked forward without selecting an option or user click on "start a new claim" button.
|
||||||
if (this.selectedAnswer == null || this.selectedAnswer === 'NewClaim') {
|
if (this.selectedAnswer == null || this.selectedAnswer === 'NewClaim') {
|
||||||
// Call SaveSession to create referral.
|
// Call SaveSession to create referral.
|
||||||
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue