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 {
default: false,
},
},
inject: {
groupId: {
type: Number,
},
rootPath: {
type: String,
},
},
inject: ['groupId', 'rootPath'],
data() {
return {
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