feat: add example with selected all for story
This commit is contained in:
parent
7bd8543799
commit
70a49f4a2b
|
@ -18,5 +18,13 @@ type Story = StoryObj<typeof meta>
|
|||
export const Default: Story = {
|
||||
args: {
|
||||
filteredValidators: VALIDATORS_DATA,
|
||||
isAllSelected: false,
|
||||
},
|
||||
}
|
||||
|
||||
export const AllSelected: Story = {
|
||||
args: {
|
||||
filteredValidators: VALIDATORS_DATA,
|
||||
isAllSelected: true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue