From 045e68f56c083a968a64657b50f143eb677a927d Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Wed, 17 Jul 2024 21:05:20 +0530 Subject: [PATCH] chore: add zone, section, table, button, modal in data requried's exclude list (#34997) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /ok-to-test tags="@tag.Anvil" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: 7257b78f685484fdd32a1e451e33f514af92ded7 > Cypress dashboard. > Tags: `@tag.Anvil` > Spec: >
Wed, 17 Jul 2024 12:19:38 UTC ## Summary by CodeRabbit - **New Features** - Added exclusion of new widget types (Zone, Section, Modal, Button, and Table) from the Property Pane view. Co-authored-by: Pawan Kumar --- .../src/pages/Editor/PropertyPane/PropertyPaneView.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/client/src/pages/Editor/PropertyPane/PropertyPaneView.tsx b/app/client/src/pages/Editor/PropertyPane/PropertyPaneView.tsx index 8101d54b29..2efa71e27c 100644 --- a/app/client/src/pages/Editor/PropertyPane/PropertyPaneView.tsx +++ b/app/client/src/pages/Editor/PropertyPane/PropertyPaneView.tsx @@ -66,6 +66,11 @@ export const excludeList: WidgetType[] = [ "BUTTON_WIDGET_V2", "JSON_FORM_WIDGET", "CUSTOM_WIDGET", + "ZONE_WIDGET", + "SECTION_WIDGET", + "WDS_MODAL_WIDGET", + "WDS_BUTTON_WIDGET", + "WDS_TABLE_WIDGET", ]; function PropertyPaneView(