Skip to content

Commit 231b93e

Browse files
Fixes tooltip submitting forms on click (#1923)
1 parent c836463 commit 231b93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ui/lib/field-label/FieldLabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const FieldLabel = ({
4343
</Component>
4444
{tip && (
4545
<Tooltip content={tip} placement="top">
46-
<button className="svg:pointer-events-none">
46+
<button className="svg:pointer-events-none" type="button">
4747
<Question12Icon className="text-quinary" />
4848
</button>
4949
</Tooltip>

0 commit comments

Comments
 (0)