From 5bc69ecaaa710f1c4f90bad502e590a0a868f54b Mon Sep 17 00:00:00 2001 From: AASHISH MALIK Date: Mon, 16 Dec 2024 15:13:37 +0530 Subject: [PATCH] fix: ui-config changes --- src/configurations/destinations/http/ui-config.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/configurations/destinations/http/ui-config.json b/src/configurations/destinations/http/ui-config.json index 8148ce3b0..d83182fa3 100644 --- a/src/configurations/destinations/http/ui-config.json +++ b/src/configurations/destinations/http/ui-config.json @@ -174,7 +174,16 @@ { "label": "XML", "value": "XML" - } + }, + { + "label": "FORM", + "value": "FORM" + }, + { + "label": "FORM-URLENCODED", + "value": "FORM-URLENCODED" + }, + ], "default": "JSON" }