From 77b473c0a1c52e06bfe6efd304b403a85967a042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Fri, 18 Apr 2025 14:39:07 +0900 Subject: [PATCH] =?UTF-8?q?input=20type=20text->=20number=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/floor-plan/modal/basic/step/Trestle.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/floor-plan/modal/basic/step/Trestle.jsx b/src/components/floor-plan/modal/basic/step/Trestle.jsx index bd9bf705..b2d5fc78 100644 --- a/src/components/floor-plan/modal/basic/step/Trestle.jsx +++ b/src/components/floor-plan/modal/basic/step/Trestle.jsx @@ -671,7 +671,7 @@ const Trestle = forwardRef((props, ref) => { {getMessage('modal.module.basic.setting.module.placement.area.eaves')}
dispatch({ type: 'SET_TRESTLE_DETAIL', roof: { ...trestleState, eavesMargin: e.target.value } })} @@ -684,7 +684,7 @@ const Trestle = forwardRef((props, ref) => { {getMessage('modal.module.basic.setting.module.placement.area.ridge')}
dispatch({ type: 'SET_TRESTLE_DETAIL', roof: { ...trestleState, ridgeMargin: e.target.value } })} @@ -697,7 +697,7 @@ const Trestle = forwardRef((props, ref) => { {getMessage('modal.module.basic.setting.module.placement.area.keraba')}
dispatch({ type: 'SET_TRESTLE_DETAIL', roof: { ...trestleState, kerabaMargin: e.target.value } })}