Skip to content

Commit

Permalink
Merge pull request #50097 from allgandalf/patch-8
Browse files Browse the repository at this point in the history
[CP Staging]: Fix:  Company website field appears empty on company info confirmation page

(cherry picked from commit 3b15d84)

(CP triggered by jasperhuangg)
  • Loading branch information
pecanoro authored and OSBotify committed Oct 2, 2024
1 parent cfb62c6 commit 01d49b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function WebsiteBusiness({onNext, isEditing}: SubStepProps) {
BankAccounts.addBusinessWebsiteForDraft((values as {website: string})?.website);
onNext();
},
shouldSaveDraft: isEditing,
shouldSaveDraft: true,
});

return (
Expand Down

0 comments on commit 01d49b0

Please sign in to comment.