mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Don't show Frigate+ submission when in progress
This commit is contained in:
parent
dcb89fc96c
commit
9e1c9891ed
@ -554,7 +554,7 @@ function ObjectSnapshotTab({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-row justify-center gap-2 md:justify-end">
|
<div className="flex flex-row justify-center gap-2 md:justify-end">
|
||||||
{state == "reviewing" && (
|
{state == "reviewing" && search.end_time && (
|
||||||
<>
|
<>
|
||||||
<Button
|
<Button
|
||||||
className="bg-success"
|
className="bg-success"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user