mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 08:35:21 +03:00
fix explore view
This commit is contained in:
parent
0c07fdf04a
commit
54343da025
@ -228,12 +228,17 @@ function ExploreThumbnailImage({
|
|||||||
onSelectSearch(event, 0, "object lifecycle");
|
onSelectSearch(event, 0, "object lifecycle");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleShowSnapshot = () => {
|
||||||
|
onSelectSearch(event, 0, "snapshot");
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SearchResultActions
|
<SearchResultActions
|
||||||
searchResult={event}
|
searchResult={event}
|
||||||
findSimilar={handleFindSimilar}
|
findSimilar={handleFindSimilar}
|
||||||
refreshResults={mutate}
|
refreshResults={mutate}
|
||||||
showObjectLifecycle={handleShowObjectLifecycle}
|
showObjectLifecycle={handleShowObjectLifecycle}
|
||||||
|
showSnapshot={handleShowSnapshot}
|
||||||
isContextMenu={true}
|
isContextMenu={true}
|
||||||
>
|
>
|
||||||
<div className="relative size-full">
|
<div className="relative size-full">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user