Compare commits
No commits in common. "902c6c1eaf078e3d16be96cb0448a2299ab29e8b" and "189dd82c5071b7fb1d0db86514fbd9666a301249" have entirely different histories.
902c6c1eaf
...
189dd82c50
@ -219,6 +219,7 @@ export default function ContextRoofAllocationSetting(props) {
|
||||
name=""
|
||||
label=""
|
||||
className="input-origin block"
|
||||
ref={pitchRef}
|
||||
value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')}
|
||||
onChange={(value) => {
|
||||
handleChangePitch(value, index)
|
||||
|
||||
@ -220,6 +220,7 @@ export default function RoofAllocationSetting(props) {
|
||||
name=""
|
||||
label=""
|
||||
className="input-origin block"
|
||||
ref={pitchRef}
|
||||
value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')}
|
||||
onChange={(value) => {
|
||||
handleChangePitch(value, index)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user