Commit 74a33e37 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'fix-descriptionText-prop-error-warning' into 'master'

Fix descriptionText prop warning appearing in browser console when issue doesn't have description

See merge request gitlab-org/gitlab!42438
parents 51942398 5cc09cfd
......@@ -25,7 +25,8 @@ export default {
},
descriptionText: {
type: String,
required: true,
required: false,
default: '',
},
taskStatus: {
type: String,
......
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