Add ability to view tracked objects in Explore from review item details pane (#14744)

This commit is contained in:
Josh Hawkins
2024-11-02 18:16:07 -05:00
committed by GitHub
parent 591b50dfa7
commit 7d3313e732
4 changed files with 24 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ export default function Explore() {
max_score: searchSearchParams["max_score"],
has_snapshot: searchSearchParams["has_snapshot"],
has_clip: searchSearchParams["has_clip"],
event_id: searchSearchParams["event_id"],
limit:
Object.keys(searchSearchParams).length == 0 ? API_LIMIT : undefined,
timezone,