Skip to content

Commit

Permalink
fix(Tab): Use correct type on Tab button
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jun 11, 2024
1 parent 49586a6 commit f3f5949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Tabs/Tab/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const Tab = forwardRef<HTMLButtonElement, TabProps>((props, ref) => {
>
<button
{...useTabRest}
type='button'
className={cl('ds-tabs__tab', 'ds-focus', className)}
ref={ref}
>
Expand Down

0 comments on commit f3f5949

Please sign in to comment.