Skip to content

Commit a152ca7

Browse files
committed
Fix tests
1 parent 43e0d0b commit a152ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/service-module/mutations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export default function makeServiceMutations (servicePath) {
128128
},
129129

130130
setCurrent (state, itemOrId) {
131+
const { idField } = state
131132
let id
132133
let item
133134
if (isObject(itemOrId)) {

0 commit comments

Comments
 (0)