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 and etsybaev committed Mar 5, 2022
1 parent 3c7c26d commit 2073555
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 2073555

Please sign in to comment.