From d61112f4ab3b99f62c8fe757dc482896c922f25d Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Fri, 4 Oct 2024 10:52:55 +0530 Subject: [PATCH] add ai chat to wds config map --- app/client/src/modules/ui-builder/ui/wds/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/modules/ui-builder/ui/wds/constants.ts b/app/client/src/modules/ui-builder/ui/wds/constants.ts index 02eed78d0627..f769115a3c62 100644 --- a/app/client/src/modules/ui-builder/ui/wds/constants.ts +++ b/app/client/src/modules/ui-builder/ui/wds/constants.ts @@ -59,7 +59,7 @@ export const WDS_V2_WIDGET_MAP = { MULTILINE_INPUT_WIDGET: "WDS_MULTILINE_INPUT_WIDGET", WDS_SELECT_WIDGET: "WDS_SELECT_WIDGET", WDS_COMBOBOX_WIDGET: "WDS_COMBOBOX_WIDGET", - // WDS_AI_CHAT_WIDGET: "WDS_AI_CHAT_WIDGET", + WDS_AI_CHAT_WIDGET: "WDS_AI_CHAT_WIDGET", // Anvil layout widgets ZONE_WIDGET: anvilWidgets.ZONE_WIDGET,