Extend default list of operators for unconfigured columns
Summary: It does not make too much sense to keep the unknown value conversion behind a flag. It is relatively cheap. Let's do it for all strings. Also, let's extend the list of default string operators Reviewed By: lblasa Differential Revision: D51115573 fbshipit-source-id: a62c08a90d8ddf6f23f59412c3fd981e19225e47
This commit is contained in:
committed by
Facebook GitHub Bot
parent
51e149765e
commit
284dee0460
@@ -33,7 +33,6 @@ export type StringOperatorConfig = {
|
||||
valueType: StringFilterValueType;
|
||||
key: string;
|
||||
label: string;
|
||||
handleUnknownValues?: boolean;
|
||||
};
|
||||
|
||||
export type StringSetOperatorConfig = {
|
||||
|
||||
Reference in New Issue
Block a user