From b2bf14e24de81e70f4c1f616a4a5fa24e13e0383 Mon Sep 17 00:00:00 2001 From: sandeepdigumarty Date: Thu, 12 Dec 2024 11:25:26 +0530 Subject: [PATCH] fix(http): update the default for propertiesMapping --- src/configurations/destinations/http/ui-config.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/configurations/destinations/http/ui-config.json b/src/configurations/destinations/http/ui-config.json index 84656d740..487be1fcc 100644 --- a/src/configurations/destinations/http/ui-config.json +++ b/src/configurations/destinations/http/ui-config.json @@ -462,12 +462,7 @@ "type": "mapping", "label": "Map your RudderStack properties to HTTP properties", "configKey": "propertiesMapping", - "default": [ - { - "from": "$.", - "to": "$." - } - ], + "default": [], "columns": [ { "type": "textInput",