Fix audio events in explore section (#15286)

* Fix audio events in explore section

Make sure that audio events are listed in the explore section

* Update audio.py

* Hide other submit options

Only allow submits for objects only
This commit is contained in:
tpjanssen
2024-12-01 07:47:37 -07:00
committed by GitHub
parent 71e8f75a01
commit 5802a66469
7 changed files with 13 additions and 5 deletions
@@ -626,7 +626,7 @@ export function ObjectSnapshotTab({
</div>
)}
</TransformComponent>
{search.plus_id !== "not_enabled" && search.end_time && (
{search.data.type == "object" && search.plus_id !== "not_enabled" && search.end_time && (
<Card className="p-1 text-sm md:p-2">
<CardContent className="flex flex-col items-center justify-between gap-3 p-2 md:flex-row">
<div className={cn("flex flex-col space-y-3")}>