Commit 5cc09cfd authored by Eulyeon Ko's avatar Eulyeon Ko

Make descriptionText prop optional

Make descriptionText prop optional so that
when an issue does not have a description text,
it does not show an error message in browser console.
parent 21d4eb03
......@@ -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