Skip to content

Commit

Permalink
Merge pull request #266 from codegouvfr/revolunet-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 1, 2024
2 parents 711774d + adc4a5c commit eca62bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export const Tabs = memo(
<button
ref={button => (buttonRefs.current[tabIndex] = button)}
id={getTabId(tabIndex)}
type="button"
className={cx(
fr.cx("fr-tabs__tab", iconId, "fr-tabs__tab--icon-left"),
classes.tab
Expand Down

0 comments on commit eca62bf

Please sign in to comment.