Allow freeform entries for enum terms

Summary: Solves https://fb.workplace.com/groups/flippersupport/posts/1726178417862809/?comment_id=1726429847837666&reply_comment_id=1730206487460002

Reviewed By: passy

Differential Revision: D51497924

fbshipit-source-id: d0737b2b82f29ff8ae654e7cad2ef1daa8244756
This commit is contained in:
Andrey Goncharov
2023-11-21 11:40:23 -08:00
committed by Facebook GitHub Bot
parent 864e296f35
commit 294f39eceb
6 changed files with 59 additions and 12 deletions

View File

@@ -64,6 +64,7 @@ export type EnumOperatorConfig = {
key: string;
label: string;
enumLabels: EnumLabels;
allowFreeform?: boolean;
};
export type AbsoluteDateOperatorConfig = {