Skip to content

Commit

Permalink
[SDPA-3269] Updated content rating form comment field to be not requi…
Browse files Browse the repository at this point in the history
…red field. (#540)
  • Loading branch information
MdNadimHossain committed Sep 26, 2019
1 parent c6121ea commit 14309e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
model: 'comments',
placeholder: 'Start typing...',
rows: 4,
required: true,
required: false,
max: 5000,
visible (model) {
return model && model.was_this_page_helpful !== null
Expand Down

0 comments on commit 14309e2

Please sign in to comment.