Skip to content

Commit

Permalink
chore: remove duplicate config named eventWhiteList (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip authored Oct 13, 2023
1 parent 595ffb0 commit 3a2e37e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions src/configurations/destinations/tvsquared/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"includeKeys": [
"brandId",
"clientId",
"eventWhiteList",
"customMetrics",
"blacklistedEvents",
"whitelistedEvents",
Expand All @@ -21,7 +20,6 @@
"defaultConfig": [
"brandId",
"clientId",
"eventWhiteList",
"customMetrics",
"blacklistedEvents",
"whitelistedEvents",
Expand Down
21 changes: 0 additions & 21 deletions src/configurations/destinations/tvsquared/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,6 @@
}
]
},
{
"title": "Event Whitelist",
"fields": [
{
"type": "dynamicCustomForm",
"value": "eventWhiteList",
"labelNote": "Add the events you want to pass to TVSquared",
"customFields": [
{
"type": "textInput",
"label": "Event Name",
"value": "event",
"regex": "^(.{0,100})$",
"regexErrorMessage": "Invalid Event Name",
"required": false,
"placeholder": "e.g: Order Completed"
}
]
}
]
},
{
"title": "Custom Metrics",
"fields": [
Expand Down

0 comments on commit 3a2e37e

Please sign in to comment.