Commit ecbe4d0c authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'inject-fix-issue-card' into 'master'

Fix broken inject pattern for issue card

See merge request gitlab-org/gitlab!44715
parents fab6b8e7 8f311c40
...@@ -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