diff --git a/packages/ripple-nuxt-tide/lib/components/AppContentRating.vue b/packages/ripple-nuxt-tide/lib/components/AppContentRating.vue index 0b8e25e4f..52f8c360d 100644 --- a/packages/ripple-nuxt-tide/lib/components/AppContentRating.vue +++ b/packages/ripple-nuxt-tide/lib/components/AppContentRating.vue @@ -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