From 3964287ad9f57ade8f71ab3030ee92f1f2c8d9c4 Mon Sep 17 00:00:00 2001 From: TaehunLee <85233397+Todari@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:06:24 +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=20(#491)?= 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 2b73f2ff2..2ebe7be50 100644 --- a/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx +++ b/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx @@ -23,7 +23,7 @@ const SetEventPasswordPage = () => { labelText="비밀번호" errorText={errorMessage} value={password} - type="secret" + type="number" maxLength={RULE.maxEventPasswordLength} placeholder="비밀번호" onChange={handleChange}