Merge pull request 'ref={pitchRef}' (#433) from dev_ysCha into dev
Reviewed-on: #433
This commit is contained in:
commit
902c6c1eaf
@ -219,7 +219,6 @@ 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,7 +220,6 @@ 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