From 1677a7422dfae88fc94d8d18c4d443a5a0d044d3 Mon Sep 17 00:00:00 2001 From: David Featherston Date: Thu, 21 Mar 2024 09:56:23 +1100 Subject: [PATCH] feat(@dpc-sdp/nuxt-ripple): add pii flag to content rating (cherry picked from commit 4074e835b8768f23281c1b0df31e4a04b09910df) --- packages/nuxt-ripple/components/TideContentRating.vue | 1 + 1 file changed, 1 insertion(+) 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' }