Compare commits
No commits in common. "059a7e37775ece9efeb861bd59a8d7f4ef3b341d" and "db65ec88394105ed0d8b90b5dd5edf0375b73623" have entirely different histories.
059a7e3777
...
db65ec8839
@ -2163,7 +2163,7 @@ export default function StuffDetail() {
|
|||||||
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false,
|
allowDecimal: false
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -2235,7 +2235,7 @@ export default function StuffDetail() {
|
|||||||
onChange={(value) => form.setValue('installHeight', value)}
|
onChange={(value) => form.setValue('installHeight', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false,
|
allowDecimal: false
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -2448,7 +2448,7 @@ export default function StuffDetail() {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style={{ display: session?.storeLvl === '1' ? '' : 'none' }}>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
<div className="flx-box">
|
<div className="flx-box">
|
||||||
<div className="title">
|
<div className="title">
|
||||||
@ -2759,7 +2759,7 @@ export default function StuffDetail() {
|
|||||||
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false,
|
allowDecimal: false
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -2835,7 +2835,7 @@ export default function StuffDetail() {
|
|||||||
onChange={(value) => form.setValue('installHeight', value)}
|
onChange={(value) => form.setValue('installHeight', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false,
|
allowDecimal: false
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user