Skip to content

Commit

Permalink
fix: fix tabs storybook file
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 9, 2023
1 parent ce2392a commit d5581c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lsd-react/src/components/Tabs/Tabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default {
type: {
name: 'number',
},
defaultValue: 4,
},
},
} as Meta
Expand Down Expand Up @@ -62,5 +61,6 @@ export const Root: StoryObj<
fullWidth: false,
scrollControls: true,
onChange: undefined,
tabs: 4,
},
}

0 comments on commit d5581c8

Please sign in to comment.