dev #66

Merged
ysCha merged 2 commits from dev into dev-deploy 2025-05-28 10:43:41 +09:00
Showing only changes of commit 2ee0dc45f0 - Show all commits

View File

@ -289,6 +289,7 @@ export default function CircuitTrestleSetting({ id }) {
getPcsVoltageChk(pcsVoltageChkParams).then((res) => {
setAllocationType(ALLOCATION_TYPE.PASSIVITY)
setAllModuleSurfaceIsComplete(false)
clearTrestle()
})
} else {
swalFire({
@ -321,6 +322,7 @@ export default function CircuitTrestleSetting({ id }) {
}
setAllocationType(ALLOCATION_TYPE.PASSIVITY)
clearTrestle()
}
}