Skip to content

Commit

Permalink
fix: remove extra prerequisite fields for event filtering field
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Jan 24, 2024
1 parent f91fe2a commit d6c2ae3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/configurations/destinations/customerio/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,10 @@
"preRequisites": {
"fields": [
{
"configKey": "connectionModes.webDevice",
"value": true
},
{
"configKey": "connectionModes.mobileDevice",
"value": true
"configKey": "connectionMode.web",
"value": "device"
}
],
"condition": "or"
]
},
"fields": [
{
Expand Down

0 comments on commit d6c2ae3

Please sign in to comment.