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