From 1675c159de790be11441885e30a1360573411f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=90=E1=85=A2=E1=84=92=E1=85=AE?= =?UTF-8?q?=E1=86=AB?= Date: Thu, 22 Aug 2024 18:30:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A7=80=EC=B6=9C=20=EB=82=B4=EC=97=AD?= =?UTF-8?q?=20=EA=B8=88=EC=95=A1=20=EB=B6=80=EB=B6=84=EC=97=90=20=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=EA=B0=80=20=EC=9E=85=EB=A0=A5=EB=90=98=EB=8D=98=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/StepList/BillStepItem.tsx | 2 +- client/src/pages/CreateEventPage/SetEventPasswordPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/StepList/BillStepItem.tsx b/client/src/components/StepList/BillStepItem.tsx index 16e40c6af..eff8e3125 100644 --- a/client/src/components/StepList/BillStepItem.tsx +++ b/client/src/components/StepList/BillStepItem.tsx @@ -108,7 +108,7 @@ const BillStepItem: React.FC = ({ handleChangeBillInput('price', e)} style={{textAlign: 'right'}} > diff --git a/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx b/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx index 0a1fd7c5e..c238f3a9f 100644 --- a/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx +++ b/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx @@ -22,7 +22,7 @@ const SetEventPasswordPage = () => { labelText="비밀번호" errorText={errorMessage} value={password} - type="secret" + type="number" maxLength={RULE.maxEventPasswordLength} placeholder="비밀번호" onChange={handleChange}