flow fixes
Summary: Fixes a flow issue in the type definition of a filter. The color can be optional. Reviewed By: passy Differential Revision: D9850602 fbshipit-source-id: 1d74d0462baef58ad1a93e23152583679f51c177
This commit is contained in:
committed by
Facebook Github Bot
parent
26dd94f072
commit
9ef8d32053
@@ -17,7 +17,7 @@ export type Filter =
|
|||||||
type: 'enum',
|
type: 'enum',
|
||||||
enum: Array<{
|
enum: Array<{
|
||||||
label: string,
|
label: string,
|
||||||
color: string,
|
color?: string,
|
||||||
value: string,
|
value: string,
|
||||||
}>,
|
}>,
|
||||||
persistent?: boolean,
|
persistent?: boolean,
|
||||||
|
|||||||
Reference in New Issue
Block a user