Commit bc2755d3 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '258652-inject-boards' into 'master'

Update broken inject pattern on boards

See merge request gitlab-org/gitlab!44463
parents a86801fc 5f2c736b
......@@ -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