fix: add argument to key generation story

This commit is contained in:
RadoslavDimchev 2023-08-29 12:36:03 +03:00
parent 6a98e04e89
commit 892b64d38e
1 changed files with 3 additions and 1 deletions

View File

@ -16,5 +16,7 @@ export default meta
type Story = StoryObj<typeof meta>
export const Page: Story = {
args: {},
args: {
isConfirmPhraseStage: false,
},
}