Skip to content

Commit

Permalink
test(Input): input 속성 변경에 따른 storybook 속성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
simorimi committed Sep 25, 2024
1 parent ca04b2e commit 2801971
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/common/Input/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ type Story = StoryObj<typeof meta>;
export const Default: Story = {
args: {
placeholder: "제목을 입력해 주세요.",
count: 0,
maxCount: 20,
},
};

Expand Down

0 comments on commit 2801971

Please sign in to comment.