Rename body parameter (#18)
This commit is contained in:
parent
f4fa58f4ef
commit
847ab14a13
|
@ -295,7 +295,7 @@
|
|||
this.setStatusInBulk({
|
||||
collectionID: this.collectionID,
|
||||
groupID: this.groupID,
|
||||
bodyParams: procedure.newValue
|
||||
bodyParams: { value: procedure.newValue }
|
||||
}).then(() => {
|
||||
this.finalizeProcedure(criterion)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue