Fix id params not being named correctly
This commit is contained in:
parent
588b87fb96
commit
e7c1c98c6a
25 changed files with 74 additions and 74 deletions
|
|
@ -4,7 +4,7 @@ export default class LabelTask extends AbstractModel {
|
|||
defaults() {
|
||||
return {
|
||||
id: 0,
|
||||
taskID: 0,
|
||||
taskId: 0,
|
||||
labelId: 0,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue