fix: table story args

This commit is contained in:
RadoslavDimchev 2023-11-16 00:32:18 +02:00
parent 8a5afe16e4
commit 6517d9db55
1 changed files with 2 additions and 0 deletions

View File

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