fix: table story args

This commit is contained in:
RadoslavDimchev 2023-11-16 00:32:18 +02:00
parent 8a5afe16e4
commit 6517d9db55

View File

@ -18,5 +18,7 @@ type Story = StoryObj<typeof meta>
export const Default: Story = { export const Default: Story = {
args: { args: {
tab: VALIDATOR_TABS[0], tab: VALIDATOR_TABS[0],
searchValue: '',
changeSearchValue: () => {},
}, },
} }