Skip to content

Commit

Permalink
fix: InputLength Storybook 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed Nov 16, 2023
1 parent fa84513 commit c01d8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Base/InputLength.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const InputLengthUseWithForm = () => {
/>
<div className="flex flex-row-reverse justify-between gap-[0.4rem]">
<InputLength
currentValue={watch('password')}
currentLength={watch('password').length}
isError={!!errors.password}
maxLength={10}
/>
Expand Down

0 comments on commit c01d8c9

Please sign in to comment.