Skip to content

Commit eca62bf

Browse files
authored
Merge pull request #266 from codegouvfr/revolunet-patch-3
2 parents 711774d + adc4a5c commit eca62bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tabs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export const Tabs = memo(
161161
<button
162162
ref={button => (buttonRefs.current[tabIndex] = button)}
163163
id={getTabId(tabIndex)}
164+
type="button"
164165
className={cx(
165166
fr.cx("fr-tabs__tab", iconId, "fr-tabs__tab--icon-left"),
166167
classes.tab

0 commit comments

Comments
 (0)