Skip to content

Commit

Permalink
[fix] Storybook 오류 수정 (#212)
Browse files Browse the repository at this point in the history
fix : Storybook 오류 수정
  • Loading branch information
Novrule authored Dec 13, 2023
1 parent 666d79a commit aac07bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {
text: '테스트 입니다.',
onConfrim: () => {},
onConfirm: () => {},
currentTheme: ThemeFlag.light,
},
}

0 comments on commit aac07bd

Please sign in to comment.