mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
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 = {
|
export const Default: Story = {
|
||||||
args: {
|
args: {
|
||||||
tab: VALIDATOR_TABS[0],
|
tab: VALIDATOR_TABS[0],
|
||||||
|
searchValue: '',
|
||||||
|
changeSearchValue: () => {},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user