Skip to content

Commit

Permalink
Fix missing type=button (#10683)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Feb 28, 2022
1 parent ed9c3dc commit 12ddcdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Instruction: React.FC<IProps> = ({
)}

{docType === "internal" && (
<SideViewButton onClick={() => setIsSideViewOpen(true)}>
<SideViewButton type="button" onClick={() => setIsSideViewOpen(true)}>
<FormattedMessage id="form.setupGuide" />
</SideViewButton>
)}
Expand Down

0 comments on commit 12ddcdf

Please sign in to comment.