Skip to content

Commit 4e503ca

Browse files
committed
Fix lint
1 parent d1c0022 commit 4e503ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/HelpTooltip/HelpTooltip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import type { CSSObject } from "@emotion/css";
2-
import { type Interpolation, type Theme, css, useTheme } from "@emotion/react";
1+
import { type CSSObject, type Interpolation, type Theme, css, useTheme } from "@emotion/react";
32
import HelpIcon from "@mui/icons-material/HelpOutline";
43
import OpenInNewIcon from "@mui/icons-material/OpenInNew";
54
import Link from "@mui/material/Link";
@@ -155,6 +154,7 @@ export const HelpTooltipAction: FC<HelpTooltipActionProps> = ({
155154

156155
return (
157156
<button
157+
type="button"
158158
aria-label={ariaLabel ?? ""}
159159
css={styles.action}
160160
onClick={(event) => {

0 commit comments

Comments
 (0)