restore save button in tracked object details pane

This commit is contained in:
Josh Hawkins 2024-12-30 07:30:39 -06:00
parent 322b847356
commit a0d78c5e56

View File

@ -505,7 +505,6 @@ function ObjectDetailsTab({
<div className="flex w-full flex-row justify-end gap-2">
{config?.cameras[search.camera].genai.enabled && search.end_time && (
<>
<div className="flex items-start">
<Button
className="rounded-r-none border-r-0"
@ -543,7 +542,7 @@ function ObjectDetailsTab({
</DropdownMenu>
)}
</div>
)}
<Button
variant="select"
aria-label="Save"
@ -551,8 +550,6 @@ function ObjectDetailsTab({
>
Save
</Button>
</>
)}
</div>
</div>
</div>