fix: management table story args

This commit is contained in:
RadoslavDimchev 2023-11-14 00:53:35 +02:00
parent b9ec9e40fc
commit 02d622a0ec
1 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,7 @@ export default meta
type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {},
args: {
tab: 'Active'
},
}