From fd4b6d420a5f0d6d361a12d2fb220b0d75cc3907 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Thu, 6 Feb 2025 12:12:01 +0530 Subject: [PATCH] chore: update tags for key value widget (#39024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /ok-to-test tags="@tag.Anvil" ## Summary by CodeRabbit - **Refactor** - Updated the key-value widget’s categorization so it now appears as a display element rather than as an input element, aligning its grouping with its intended presentation without affecting its core functionality. > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: 03ee20f22198dce282599b16d3c3ab5859c7ff2e > Cypress dashboard. > Tags: `@tag.Anvil` > Spec: >
Wed, 05 Feb 2025 07:13:07 UTC --- .../ui-builder/ui/wds/WDSKeyValueWidget/widget/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/modules/ui-builder/ui/wds/WDSKeyValueWidget/widget/index.tsx b/app/client/src/modules/ui-builder/ui/wds/WDSKeyValueWidget/widget/index.tsx index ddaf0dc753..b792de4a9e 100644 --- a/app/client/src/modules/ui-builder/ui/wds/WDSKeyValueWidget/widget/index.tsx +++ b/app/client/src/modules/ui-builder/ui/wds/WDSKeyValueWidget/widget/index.tsx @@ -10,7 +10,7 @@ class WDSKeyValueWidget extends WDSInputWidget { return { ...super.getConfig(), displayOrder: undefined, - tags: [WIDGET_TAGS.INPUTS], + tags: [WIDGET_TAGS.DISPLAY], name: "KeyValue", }; }