From e3ce0dea3f00a576573fb3b477e6b4aae09e2a7d Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 22 Dec 2025 10:50:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=B8=8C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/StuffDetail.jsx | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index dfcc547c..cc9d71ea 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -2125,12 +2125,12 @@ export default function StuffDetail() { {/* {...register('verticalSnowCover')}*/} {/*/>*/} {}} + onChange={(value) => form.setValue('verticalSnowCover', value)} options={{ allowNegative: false, allowDecimal: false @@ -2197,12 +2197,12 @@ export default function StuffDetail() { {/* {...register('installHeight')}*/} {/*/>*/} {}} + onChange={(value) => form.setValue('installHeight', value)} options={{ allowNegative: false, allowDecimal: false @@ -2721,12 +2721,12 @@ export default function StuffDetail() { {/* {...register('verticalSnowCover')}*/} {/*/>*/} {}} + onChange={(value) => form.setValue('verticalSnowCover', value)} options={{ allowNegative: false, allowDecimal: false @@ -2797,12 +2797,12 @@ export default function StuffDetail() { {/*/>*/} {}} + onChange={(value) => form.setValue('installHeight', value)} options={{ allowNegative: false, allowDecimal: false