diff --git a/frontend/lib/registry/components/button-primary/ButtonPrimaryConfigPanel.tsx b/frontend/lib/registry/components/button-primary/ButtonPrimaryConfigPanel.tsx index cc7b8583..bbe1faed 100644 --- a/frontend/lib/registry/components/button-primary/ButtonPrimaryConfigPanel.tsx +++ b/frontend/lib/registry/components/button-primary/ButtonPrimaryConfigPanel.tsx @@ -16,36 +16,24 @@ export interface ButtonPrimaryConfigPanelProps { * ButtonPrimary 설정 패널 * 컴포넌트의 설정값들을 편집할 수 있는 UI 제공 */ -export const ButtonPrimaryConfigPanel: React.FC = ({ - config, - onChange, -}) => { +export const ButtonPrimaryConfigPanel: React.FC = ({ config, onChange }) => { const handleChange = (key: keyof ButtonPrimaryConfig, value: any) => { onChange({ [key]: value }); }; return (
-
- button-primary 설정 -
+
button-primary 설정
- {/* 버튼 관련 설정 */} + {/* 버튼 관련 설정 */}
- handleChange("text", e.target.value)} - /> + handleChange("text", e.target.value)} />
- handleChange("actionType", value)}>