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
  • Loading branch information
pecanoro authored Oct 2, 2024
2 parents f12d016 + 840299e commit 3b15d84
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 3b15d84

Please sign in to comment.