fix: add argument to key generation story
This commit is contained in:
parent
6a98e04e89
commit
892b64d38e
|
@ -16,5 +16,7 @@ export default meta
|
||||||
type Story = StoryObj<typeof meta>
|
type Story = StoryObj<typeof meta>
|
||||||
|
|
||||||
export const Page: Story = {
|
export const Page: Story = {
|
||||||
args: {},
|
args: {
|
||||||
|
isConfirmPhraseStage: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue