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:
committed by
Facebook GitHub Bot
parent
864e296f35
commit
294f39eceb
@@ -64,6 +64,7 @@ export type EnumOperatorConfig = {
|
||||
key: string;
|
||||
label: string;
|
||||
enumLabels: EnumLabels;
|
||||
allowFreeform?: boolean;
|
||||
};
|
||||
|
||||
export type AbsoluteDateOperatorConfig = {
|
||||
|
||||
Reference in New Issue
Block a user