mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-27 14:19:01 +03:00
UI fixes (#17989)
* use correct time in custom export time picker * fix inline icons
This commit is contained in:
@@ -549,7 +549,7 @@ function CustomTimeSelector({
|
||||
? [...clock.split(":"), "00"]
|
||||
: clock.split(":");
|
||||
|
||||
const end = new Date(startTime * 1000);
|
||||
const end = new Date(endTime * 1000);
|
||||
end.setHours(
|
||||
parseInt(hour),
|
||||
parseInt(minute),
|
||||
|
||||
Reference in New Issue
Block a user