Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Jan 8, 2024
1 parent ded49c1 commit 9a00a70
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ function LloydGeorgeRecordStage({

<InsetText>
<form
onSubmit={handleSubmit(() => console.log(errors))}
onSubmit={handleSubmit(() => {
// Success handler here
})}
className={
errors.confirmBsol
? 'nhsuk-form-group--error'
Expand Down

0 comments on commit 9a00a70

Please sign in to comment.