Skip to content

Commit

Permalink
fix: fixed tabs and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Sep 17, 2024
1 parent f459486 commit f787257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/Tabs/Tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Tabs, TabList, Tab, TabPanels, TabPanel } from './Tabs';
import * as TabsStories from './Tabs.stories';
import { Grid, Column } from '../Grid';

<Meta of={TabsStories} />
<Meta isTemplate />

# Tabs

Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Tag/InteractiveTag.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Canvas, Story, Meta } from '@storybook/blocks';
import * as InteractiveTagStories from './InteractiveTag.stories';

<Meta of={InteractiveTagStories} />
<Meta isTemplate />

# Interactive Tag

Expand Down

0 comments on commit f787257

Please sign in to comment.