Set the value

This commit is contained in:
Nicolas Mowen 2023-02-27 15:51:57 -07:00 committed by GitHub
parent 43a99b8a9e
commit 45fee44ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });