Skip to content

Commit eefa47b

Browse files
committed
fix: tsc
1 parent 4aedd97 commit eefa47b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/content/own/Assets/Filters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function Filters({ filterFields, onFilterChange, onSave }: OwnProps) {
176176
| { label: string; value: string }
177177
| { label: string; value: number }[]
178178
| boolean
179-
| [string, string];
179+
| [Date | null, Date | null];
180180
} => {
181181
return {
182182
categories: getLabelAndValue(

0 commit comments

Comments
 (0)