diff --git a/web/src/views/explore/ExploreView.tsx b/web/src/views/explore/ExploreView.tsx index 00ed19ab2..f37c37453 100644 --- a/web/src/views/explore/ExploreView.tsx +++ b/web/src/views/explore/ExploreView.tsx @@ -228,12 +228,17 @@ function ExploreThumbnailImage({ onSelectSearch(event, 0, "object lifecycle"); }; + const handleShowSnapshot = () => { + onSelectSearch(event, 0, "snapshot"); + }; + return (