Skip to content

Commit

Permalink
feat(@dpc-sdp/nuxt-ripple): add pii flag to content rating
Browse files Browse the repository at this point in the history
(cherry picked from commit 4074e83)
  • Loading branch information
David Featherston committed Mar 21, 2024
1 parent 2215e43 commit 1677a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt-ripple/components/TideContentRating.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 1677a74

Please sign in to comment.