diff --git a/frontend/src/components/common/Input/Input.stories.tsx b/frontend/src/components/common/Input/Input.stories.tsx index 09c3fdec..9aa851f5 100644 --- a/frontend/src/components/common/Input/Input.stories.tsx +++ b/frontend/src/components/common/Input/Input.stories.tsx @@ -21,8 +21,6 @@ type Story = StoryObj; export const Default: Story = { args: { placeholder: "제목을 입력해 주세요.", - count: 0, - maxCount: 20, }, };