Merge branch 'qcast-pub' into dev
This commit is contained in:
commit
8c3da8315e
@ -384,7 +384,12 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
obj.pcsItemId = null
|
obj.pcsItemId = null
|
||||||
obj.circuitNumber = null
|
obj.circuitNumber = null
|
||||||
})
|
})
|
||||||
setSelectedModels(JSON.parse(JSON.stringify(selectedModels)).map((model) => (model.isUsed = false)))
|
setSelectedModels(
|
||||||
|
JSON.parse(JSON.stringify(selectedModels)).map((model) => {
|
||||||
|
model.isUsed = false
|
||||||
|
return model
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
|
||||||
if (allocationType === ALLOCATION_TYPE.PASSIVITY) {
|
if (allocationType === ALLOCATION_TYPE.PASSIVITY) {
|
||||||
setAllocationType(ALLOCATION_TYPE.AUTO)
|
setAllocationType(ALLOCATION_TYPE.AUTO)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user