dev #730

Merged
ysCha merged 2 commits from dev into dev-deploy 2026-03-27 09:23:52 +09:00
Showing only changes of commit 1681fd8512 - Show all commits

View File

@ -428,7 +428,7 @@ const Trestle = forwardRef((props, ref) => {
const newCvrYn = constructionList[index].cvrYn
const newCvrChecked = newCvrYn === 'Y'
const newSnowGdPossYn = constructionList[index].snowGdPossYn
const newSnowGdChecked = newSnowGdPossYn === 'Y'
const newSnowGdChecked = false
setCvrYn(newCvrYn)
setSnowGdPossYn(newSnowGdPossYn)