Skip to content

Commit

Permalink
Update story
Browse files Browse the repository at this point in the history
  • Loading branch information
lialila committed Apr 27, 2024
1 parent 151280a commit e01e443
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/LinkTabs/LinkTabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ const Template: StoryFn<typeof LinkTabs> = (args) => <LinkTabs {...args} />;

export const Default = Template.bind({});
Default.args = {};

export const InitialTab = Template.bind({});
InitialTab.args = {
initialTabKey: 'tab-2',
};

0 comments on commit e01e443

Please sign in to comment.