Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bagrub committed Sep 4, 2024
1 parent 923b0ec commit f91f9d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Template = ({ tabs, accessibilityText, withIcon, withBadge,context, sx })
${context && context != 'light-inverts' ? `context=${context}` : ''}
${sx ? `sx=${JSON.stringify(sx)}` : ''}
>
${createTabs(tabs, withIcon, withBadge,)}
${createTabs(tabs, withIcon, withBadge)}
</cbp-tabs>
${createTabPanels(tabs)}
`;
Expand All @@ -86,7 +86,7 @@ Tabs.args = {
name: 'tab2',
label: 'Tab 2',
accessibilityText: '',
color: 'danger',
color: 'default',
panelContent: 'Tab panel 2 content.',
selected: false,
},
Expand Down

0 comments on commit f91f9d9

Please sign in to comment.