Don't show Frigate+ submission when in progress

This commit is contained in:
Nicolas Mowen 2024-10-11 14:02:05 -06:00
parent dcb89fc96c
commit 9e1c9891ed

View File

@ -554,7 +554,7 @@ function ObjectSnapshotTab({
</div>
<div className="flex flex-row justify-center gap-2 md:justify-end">
{state == "reviewing" && (
{state == "reviewing" && search.end_time && (
<>
<Button
className="bg-success"