Skip to content

Commit

Permalink
(#0) FormLabel Storybook 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Nov 30, 2023
1 parent 7959412 commit c008f79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/components/FormLabel/FormLabel.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ const meta = {
title: "core/FormLabel",
component: FormLabel,
argTypes: {
inputId: {
control: "text",
description: "FormLabel Id",
},
label: {
control: "text",
description: "FormLabel test",
Expand All @@ -38,7 +34,6 @@ export default meta;
export const Default = (props: FormLabelProps) => {
return (
<FormLabel
inputId = {props.inputId ?? "formLabel"}
label = {props.label ?? "품목 선택"}
required = {props.required ?? true}
labelColor = {props.labelColor}
Expand Down

0 comments on commit c008f79

Please sign in to comment.