Skip to content

Commit

Permalink
Update WebsiteBusiness.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf authored Oct 2, 2024
1 parent 8d2b0a6 commit ae698fc
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 ae698fc

Please sign in to comment.