Skip to content

Commit 1f7d203

Browse files
committed
verification-request storybook 컴포넌트 에러 처리
1 parent 2e8b940 commit 1f7d203

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/tds-widget/src/user-verification/verification-request.stories.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ export default {
99

1010
// TODO: 서버에 데이터가 없어서 mocking 해야 할 듯
1111
export const ExampleVerificationRequest: StoryObj<typeof VerificationRequest> =
12-
{}
12+
{
13+
args: {
14+
forceVerification: false,
15+
onCancel: () => {},
16+
},
17+
}

0 commit comments

Comments
 (0)