feat: add stories without title and value for act card
This commit is contained in:
parent
fa92902f6c
commit
37ce0b3f71
|
@ -66,3 +66,17 @@ export const ValidatorQueue: Story = {
|
||||||
value: '92603',
|
value: '92603',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const WithoutTitle: Story = {
|
||||||
|
args: {
|
||||||
|
text: '',
|
||||||
|
value: '1',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
export const WithoutValue: Story = {
|
||||||
|
args: {
|
||||||
|
text: 'Title',
|
||||||
|
value: '',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue