mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Set the value
This commit is contained in:
parent
43a99b8a9e
commit
45fee44ef7
@ -191,6 +191,7 @@ export default function Events({ path, ...props }) {
|
|||||||
has_clip: event.has_clip,
|
has_clip: event.has_clip,
|
||||||
has_snapshot: event.has_snapshot,
|
has_snapshot: event.has_snapshot,
|
||||||
plus_id: event.plus_id,
|
plus_id: event.plus_id,
|
||||||
|
end_time: event.end_time,
|
||||||
}));
|
}));
|
||||||
downloadButton.current = e.target;
|
downloadButton.current = e.target;
|
||||||
setState({ ...state, showDownloadMenu: true });
|
setState({ ...state, showDownloadMenu: true });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user