Skip to content

Commit

Permalink
Add 1:1 consent fielter and advertiser name request field
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquelakiap committed Sep 24, 2024
1 parent 072f867 commit 44ae074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/public/app/config/Page4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
},
computed: {
productsAvailable() {
return true // this.products.retain.enabled || this.products.insights.enabled || this.products.verify.enabled;
return this.products.retain.enabled || this.products.insights.enabled || this.products.verify.enabled;
}
},
methods: {
Expand Down

0 comments on commit 44ae074

Please sign in to comment.