mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
Merge pull request #87 from ibs0d/claude/fix-camera-filter-history-q8W9C
fix: pass camera name to Review page when navigating from Live Camera…
This commit is contained in:
commit
28b5b17b58
@ -485,7 +485,7 @@ export default function LiveCameraView({
|
||||
aria-label={t("history.label")}
|
||||
size="sm"
|
||||
onClick={() => {
|
||||
navigate("review", {
|
||||
navigate(`review?cameras=${camera.name}`, {
|
||||
state: {
|
||||
severity: "alert",
|
||||
recording: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user