diff --git a/src/ui/components/filter/types.js b/src/ui/components/filter/types.js index 98b241254..4ba2b0d4a 100644 --- a/src/ui/components/filter/types.js +++ b/src/ui/components/filter/types.js @@ -17,7 +17,7 @@ export type Filter = type: 'enum', enum: Array<{ label: string, - color: string, + color?: string, value: string, }>, persistent?: boolean,