From 339a7632ea6eccfb5e90464b4520a50d51387292 Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 4 May 2021 16:41:22 +0300 Subject: [PATCH] removed defaultfilter --- libs/red-ui-http/src/lib/model/typeValue.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/red-ui-http/src/lib/model/typeValue.ts b/libs/red-ui-http/src/lib/model/typeValue.ts index 371c2a293..f3be607f4 100644 --- a/libs/red-ui-http/src/lib/model/typeValue.ts +++ b/libs/red-ui-http/src/lib/model/typeValue.ts @@ -18,9 +18,10 @@ export interface TypeValue { * True if the entries in this type should be matched case insensitively, default is false. */ caseInsensitive?: boolean; - + /** + * Can add to Dictionary + */ addToDictionaryAction?: boolean; - defaultFilter?: boolean; /** * The value of color must be a correct hex color */