We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c836463 commit 231b93eCopy full SHA for 231b93e
libs/ui/lib/field-label/FieldLabel.tsx
@@ -43,7 +43,7 @@ export const FieldLabel = ({
43
</Component>
44
{tip && (
45
<Tooltip content={tip} placement="top">
46
- <button className="svg:pointer-events-none">
+ <button className="svg:pointer-events-none" type="button">
47
<Question12Icon className="text-quinary" />
48
</button>
49
</Tooltip>
0 commit comments