mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-23 19:11:14 +01:00
Fix calendar
This commit is contained in:
parent
4a35573210
commit
b4eb83d892
@ -198,7 +198,6 @@ export default function ReviewFilterGroup({
|
|||||||
? undefined
|
? undefined
|
||||||
: new Date(filter.after * 1000)
|
: new Date(filter.after * 1000)
|
||||||
}
|
}
|
||||||
defaultText="Last 24 Hours"
|
|
||||||
updateSelectedDay={onUpdateSelectedDay}
|
updateSelectedDay={onUpdateSelectedDay}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user