Commit 5f2c736b authored by David O'Regan's avatar David O'Regan

Update broken inject pattern on boards

parent f2e77c33
......@@ -40,7 +40,7 @@ export default {
},
inject: {
boardId: {
type: String,
default: '',
},
},
data() {
......
......@@ -58,7 +58,7 @@ export default {
},
inject: {
boardId: {
type: String,
default: '',
},
},
data() {
......
......@@ -22,11 +22,7 @@ export default {
required: true,
},
},
inject: {
groupId: {
type: Number,
},
},
inject: ['groupId'],
data() {
return {
title: '',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment