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