From 16a251a2885cce8def74e045b292d8cf9392edd8 Mon Sep 17 00:00:00 2001 From: harry kim <73218463+hanyugeon@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:47:24 +0900 Subject: [PATCH] =?UTF-8?q?[#675]=20[=EB=AA=A8=EC=9E=84=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1]=20=EB=8F=84=EC=84=9C=EC=84=A0=ED=83=9D=20input=20x-b?= =?UTF-8?q?utton=20=EC=B6=94=EA=B0=80=20(#676)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - feat: 모임생성 퍼널의 도서선택 스텝에 input 컴포넌트 내부에 x-button를 표시 --- .../bookGroup/create/steps/SelectBookStep/SelectBookStep.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/bookGroup/create/steps/SelectBookStep/SelectBookStep.tsx b/src/components/bookGroup/create/steps/SelectBookStep/SelectBookStep.tsx index 1181e516..df5a5d54 100644 --- a/src/components/bookGroup/create/steps/SelectBookStep/SelectBookStep.tsx +++ b/src/components/bookGroup/create/steps/SelectBookStep/SelectBookStep.tsx @@ -33,6 +33,7 @@ const SelectBookStep = ({ onNextStep }: MoveFunnelStepProps) => {