From 3a2e37e43e3f3bc1e77f93b71e5b65b7db52b25d Mon Sep 17 00:00:00 2001 From: Sudip Paul <67197965+ItsSudip@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:45:07 +0530 Subject: [PATCH] chore: remove duplicate config named eventWhiteList (#970) --- .../destinations/tvsquared/db-config.json | 2 -- .../destinations/tvsquared/ui-config.json | 21 ------------------- 2 files changed, 23 deletions(-) diff --git a/src/configurations/destinations/tvsquared/db-config.json b/src/configurations/destinations/tvsquared/db-config.json index aaf0ff315..8ae8fdbe6 100644 --- a/src/configurations/destinations/tvsquared/db-config.json +++ b/src/configurations/destinations/tvsquared/db-config.json @@ -8,7 +8,6 @@ "includeKeys": [ "brandId", "clientId", - "eventWhiteList", "customMetrics", "blacklistedEvents", "whitelistedEvents", @@ -21,7 +20,6 @@ "defaultConfig": [ "brandId", "clientId", - "eventWhiteList", "customMetrics", "blacklistedEvents", "whitelistedEvents", diff --git a/src/configurations/destinations/tvsquared/ui-config.json b/src/configurations/destinations/tvsquared/ui-config.json index 0c332453c..244701073 100644 --- a/src/configurations/destinations/tvsquared/ui-config.json +++ b/src/configurations/destinations/tvsquared/ui-config.json @@ -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": [