Commit 10f1f4ad authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'boards-assignee-title-fix' into 'master'

Fix broken assigee title component prop

See merge request gitlab-org/gitlab!47397
parents 4de930e9 bae05920
...@@ -29,7 +29,8 @@ export default { ...@@ -29,7 +29,8 @@ export default {
}, },
changing: { changing: {
type: Boolean, type: Boolean,
required: true, required: false,
default: false,
}, },
}, },
computed: { computed: {
......
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