fix: validator request story name
This commit is contained in:
parent
4346aa7bfe
commit
86f45d692f
|
@ -16,21 +16,21 @@ type Story = StoryObj<typeof meta>
|
|||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
number: 1,
|
||||
name: '1',
|
||||
isTransactionConfirmation: false,
|
||||
},
|
||||
}
|
||||
|
||||
export const TransactionConfirmation: Story = {
|
||||
args: {
|
||||
number: 1,
|
||||
name: '1',
|
||||
isTransactionConfirmation: true,
|
||||
},
|
||||
}
|
||||
|
||||
export const BigNumber: Story = {
|
||||
args: {
|
||||
number: 123456789,
|
||||
name: '123456789',
|
||||
isTransactionConfirmation: false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue