Merge pull request '오브젝트 등록수정' (#508) from dev into prd-deploy

Reviewed-on: #508
This commit is contained in:
ysCha 2025-12-22 10:51:51 +09:00
commit b33cc92daa

View File

@ -2125,12 +2125,12 @@ export default function StuffDetail() {
{/* {...register('verticalSnowCover')}*/}
{/*/>*/}
<CalculatorInput
id=""
name=""
id="verticalSnowCover"
name="verticalSnowCover"
label=""
className="input-light"
value={form.watch('verticalSnowCover') || ''}
onChange={()=>{}}
onChange={(value) => form.setValue('verticalSnowCover', value)}
options={{
allowNegative: false,
allowDecimal: false
@ -2197,12 +2197,12 @@ export default function StuffDetail() {
{/* {...register('installHeight')}*/}
{/*/>*/}
<CalculatorInput
id=""
name=""
id="installHeight"
name="installHeight"
label=""
className="input-light"
value={form.watch('installHeight') || ''}
onChange={()=>{}}
onChange={(value) => form.setValue('installHeight', value)}
options={{
allowNegative: false,
allowDecimal: false
@ -2721,12 +2721,12 @@ export default function StuffDetail() {
{/* {...register('verticalSnowCover')}*/}
{/*/>*/}
<CalculatorInput
id=""
name=""
id="verticalSnowCover"
name="verticalSnowCover"
label=""
className="input-light"
value={form.watch('verticalSnowCover') || ''}
onChange={()=>{}}
onChange={(value) => form.setValue('verticalSnowCover', value)}
options={{
allowNegative: false,
allowDecimal: false
@ -2797,12 +2797,12 @@ export default function StuffDetail() {
{/*/>*/}
<CalculatorInput
id=""
name=""
id="installHeight"
name="installHeight"
label=""
className="input-light"
value={form.watch('installHeight') || ''}
onChange={()=>{}}
onChange={(value) => form.setValue('installHeight', value)}
options={{
allowNegative: false,
allowDecimal: false