Skip to content

Commit

Permalink
[core] fix(Tabs): make children prop optional again
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed May 4, 2022
1 parent 37de301 commit 562fd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/tabs/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface ITabsProps extends Props {
animate?: boolean;

/** Tab elements. */
children: React.ReactNode;
children?: React.ReactNode;

/**
* Initial selected tab `id`, for uncontrolled usage.
Expand Down

0 comments on commit 562fd14

Please sign in to comment.