From 012d0f4fe912d80a4eb861a102c51d4f7e15a20b Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Tue, 10 Oct 2023 12:54:49 +0100 Subject: [PATCH] Removing the option to add a filter to the dataset of a user column picker, as there is no current API for searching this. --- packages/client/manifest.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 4e56ca758d..d987344956 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -5673,11 +5673,6 @@ "label": "Validation", "key": "validation" }, - { - "type": "filter/relationship", - "label": "Filtering", - "key": "filter" - }, { "type": "boolean", "label": "Search",