Skip to content

Commit

Permalink
fixup! BREAKING CHANGE(web-react): Refactor types in Tabs #DS-935
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed May 6, 2024
1 parent e5ae8ba commit 224b492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-react/src/types/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export interface SpiritTabsProps {
export interface TabsProps extends ChildrenProps, TransferProps {
selectedTab: TabId;
toggle: TabsToggler;
// eslint-disable-next-line react/require-default-props
onSelectionChange?: (tabId: TabId) => void;
}

Expand Down

0 comments on commit 224b492

Please sign in to comment.