Compare commits
No commits in common. "b33cc92daa549dc4db721e137db79d93b32ac295" and "e992e0f19431aa858821985b0b340650790cfa81" have entirely different histories.
b33cc92daa
...
e992e0f194
@ -2125,12 +2125,12 @@ export default function StuffDetail() {
|
|||||||
{/* {...register('verticalSnowCover')}*/}
|
{/* {...register('verticalSnowCover')}*/}
|
||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id="verticalSnowCover"
|
id=""
|
||||||
name="verticalSnowCover"
|
name=""
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('verticalSnowCover') || ''}
|
value={form.watch('verticalSnowCover') || ''}
|
||||||
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
onChange={()=>{}}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
@ -2197,12 +2197,12 @@ export default function StuffDetail() {
|
|||||||
{/* {...register('installHeight')}*/}
|
{/* {...register('installHeight')}*/}
|
||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id="installHeight"
|
id=""
|
||||||
name="installHeight"
|
name=""
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('installHeight') || ''}
|
value={form.watch('installHeight') || ''}
|
||||||
onChange={(value) => form.setValue('installHeight', value)}
|
onChange={()=>{}}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
@ -2721,12 +2721,12 @@ export default function StuffDetail() {
|
|||||||
{/* {...register('verticalSnowCover')}*/}
|
{/* {...register('verticalSnowCover')}*/}
|
||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id="verticalSnowCover"
|
id=""
|
||||||
name="verticalSnowCover"
|
name=""
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('verticalSnowCover') || ''}
|
value={form.watch('verticalSnowCover') || ''}
|
||||||
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
onChange={()=>{}}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
@ -2797,12 +2797,12 @@ export default function StuffDetail() {
|
|||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
|
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id="installHeight"
|
id=""
|
||||||
name="installHeight"
|
name=""
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('installHeight') || ''}
|
value={form.watch('installHeight') || ''}
|
||||||
onChange={(value) => form.setValue('installHeight', value)}
|
onChange={()=>{}}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user