Merge pull request 'ref={pitchRef}' (#433) from dev_ysCha into dev

Reviewed-on: #433
This commit is contained in:
ysCha 2025-11-26 18:11:46 +09:00
commit 902c6c1eaf
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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)