Compare commits

..

No commits in common. "e1e8c174855e310c4ef36f1c86c31372f8a83c71" and "ae936e757b3dd005d6b6ce81858b5193bcb5a3e8" have entirely different histories.

View File

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