mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Don't show submission for in progress objects
This commit is contained in:
parent
a2868da241
commit
3b76944bda
@ -1295,6 +1295,7 @@ function ObjectDetailsTab({
|
||||
|
||||
{search.data.type === "object" &&
|
||||
config?.plus?.enabled &&
|
||||
search.end_time != undefined &&
|
||||
search.has_snapshot && (
|
||||
<div
|
||||
className={cn(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user