From 8da41608fd4cb306e535914e756e794d3e74fe28 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 26 Feb 2025 19:31:12 +0530 Subject: [PATCH] fix: restrict Table Multiselect in sidebar panel --- frontend/src/components/SidePanelLayoutEditor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/SidePanelLayoutEditor.vue b/frontend/src/components/SidePanelLayoutEditor.vue index 7b277db7..3b7ab0a3 100644 --- a/frontend/src/components/SidePanelLayoutEditor.vue +++ b/frontend/src/components/SidePanelLayoutEditor.vue @@ -158,6 +158,7 @@ const props = defineProps({ const restrictedFieldTypes = [ 'Table', + 'Table MultiSelect', 'Geolocation', 'Attach', 'Attach Image',