fix(client): shit apiVersion everywhere
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit was merged in pull request #10.
This commit is contained in:
@@ -23,29 +23,34 @@ type Story = StoryObj<typeof meta>;
|
||||
|
||||
export const Prompt: Story = {
|
||||
args: {
|
||||
next: () => { },
|
||||
},
|
||||
};
|
||||
|
||||
export const MethodSelection: Story = {
|
||||
render: () => <KycMethodSelectionDialogView onSubmit={async () => Promise.resolve()} />,
|
||||
args: {
|
||||
next: () => { },
|
||||
},
|
||||
};
|
||||
|
||||
export const Pending: Story = {
|
||||
render: () => <KycPendingDialogView />,
|
||||
args: {
|
||||
next: () => { },
|
||||
},
|
||||
};
|
||||
|
||||
export const Success: Story = {
|
||||
render: () => <KycSuccessDialogView />,
|
||||
args: {
|
||||
next: () => { },
|
||||
},
|
||||
};
|
||||
|
||||
export const Failed: Story = {
|
||||
render: () => <KycFailedDialogView />,
|
||||
args: {
|
||||
next: () => { },
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user