Commit 8f311c40 authored by David O'Regan's avatar David O'Regan

Fix broken inject pattern for issue card

parent 197fdddf
...@@ -41,14 +41,7 @@ export default { ...@@ -41,14 +41,7 @@ export default {
default: false, default: false,
}, },
}, },
inject: { inject: ['groupId', 'rootPath'],
groupId: {
type: Number,
},
rootPath: {
type: String,
},
},
data() { data() {
return { return {
limitBeforeCounter: 2, limitBeforeCounter: 2,
......
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