diff --git a/packages/nuxt-ripple/components/TideContentRating.vue b/packages/nuxt-ripple/components/TideContentRating.vue index 04a1378414..8ccf6a096c 100644 --- a/packages/nuxt-ripple/components/TideContentRating.vue +++ b/packages/nuxt-ripple/components/TideContentRating.vue @@ -50,6 +50,7 @@ onMounted(() => { label="Was this page helpful?" layout="inline" value="" + :pii="false" :options="[ { id: 'Yes', label: 'Yes', value: 'Yes' }, { id: 'No', label: 'No', value: 'No' }