Skip to content

Commit

Permalink
chore(Tabs): set ambiguous orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Aug 12, 2024
1 parent 90ca009 commit 8b0fa7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Tabs/TabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const TabList = forwardRef<
role='tablist'
activeValue={value}
className={cl('ds-tabs__tablist', className)}
orientation='ambiguous'
ref={ref}
{...rest}
>
Expand Down

0 comments on commit 8b0fa7b

Please sign in to comment.