From df9f061d66639bbda23b573c598e99a5b65b24e6 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 3 Nov 2021 16:18:12 +0000 Subject: [PATCH] Remove conditional props from manifest for table with search block --- packages/client/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index fe6db323cb..c348ccef57 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -2594,8 +2594,7 @@ "type": "multifield", "label": "Search Columns", "key": "searchColumns", - "dependsOn": "dataSource", - "placeholder": "All columns" + "placeholder": "Choose search columns" }, { "type": "filter",