Compare commits

...

2 Commits

Author SHA1 Message Date
902c6c1eaf Merge pull request 'ref={pitchRef}' (#433) from dev_ysCha into dev
Reviewed-on: #433
2025-11-26 18:11:46 +09:00
5bb49097ef ref={pitchRef} 2025-11-26 18:10:48 +09:00
2 changed files with 0 additions and 2 deletions

View File

@ -219,7 +219,6 @@ 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,7 +220,6 @@ 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)