Rename body parameter (#18)

This commit is contained in:
weryques 2018-08-27 16:02:34 -03:00
parent f4fa58f4ef
commit 847ab14a13
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@
this.setStatusInBulk({
collectionID: this.collectionID,
groupID: this.groupID,
bodyParams: procedure.newValue
bodyParams: { value: procedure.newValue }
}).then(() => {
this.finalizeProcedure(criterion)
})