fix: table story args
This commit is contained in:
parent
8a5afe16e4
commit
6517d9db55
|
@ -18,5 +18,7 @@ type Story = StoryObj<typeof meta>
|
|||
export const Default: Story = {
|
||||
args: {
|
||||
tab: VALIDATOR_TABS[0],
|
||||
searchValue: '',
|
||||
changeSearchValue: () => {},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue