Commit 00835e31 authored by Eulyeon Ko's avatar Eulyeon Ko

Use inject with array

parent 36e3cda0
...@@ -36,9 +36,7 @@ export default { ...@@ -36,9 +36,7 @@ export default {
openedAgo: __('opened %{timeAgoString} by %{user}'), openedAgo: __('opened %{timeAgoString} by %{user}'),
openedAgoJira: __('opened %{timeAgoString} by %{user} in Jira'), openedAgoJira: __('opened %{timeAgoString} by %{user} in Jira'),
}, },
inject: { inject: ['scopedLabelsAvailable'],
scopedLabelsAvailable: ['scopedLabelsAvailable'],
},
components: { components: {
IssueAssignees, IssueAssignees,
GlLink, GlLink,
......
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