Skip to content

Commit 12ddcdf

Browse files
author
Tim Roes
authored
Fix missing type=button (#10683)
1 parent ed9c3dc commit 12ddcdf

File tree

1 file changed

+1
-1
lines changed
  • airbyte-webapp/src/views/Connector/ServiceForm/components/Controls

1 file changed

+1
-1
lines changed

airbyte-webapp/src/views/Connector/ServiceForm/components/Controls/Instruction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const Instruction: React.FC<IProps> = ({
120120
)}
121121

122122
{docType === "internal" && (
123-
<SideViewButton onClick={() => setIsSideViewOpen(true)}>
123+
<SideViewButton type="button" onClick={() => setIsSideViewOpen(true)}>
124124
<FormattedMessage id="form.setupGuide" />
125125
</SideViewButton>
126126
)}

0 commit comments

Comments
 (0)