Compare commits

..

No commits in common. "902c6c1eaf078e3d16be96cb0448a2299ab29e8b" and "189dd82c5071b7fb1d0db86514fbd9666a301249" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,7 @@ export default function ContextRoofAllocationSetting(props) {
name="" name=""
label="" label=""
className="input-origin block" className="input-origin block"
ref={pitchRef}
value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')} value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')}
onChange={(value) => { onChange={(value) => {
handleChangePitch(value, index) handleChangePitch(value, index)

View File

@ -220,6 +220,7 @@ export default function RoofAllocationSetting(props) {
name="" name=""
label="" label=""
className="input-origin block" className="input-origin block"
ref={pitchRef}
value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')} value={currentAngleType === 'slope' ? (roof.pitch ?? '') : (roof.angle ?? '')}
onChange={(value) => { onChange={(value) => {
handleChangePitch(value, index) handleChangePitch(value, index)