mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Update LiveDashboardView.tsx
This commit is contained in:
parent
e8afdf21df
commit
7b9c14e98a
@ -81,7 +81,8 @@ export default function LiveDashboardView({
|
||||
.map((cam) => cam.name)
|
||||
.filter((cam) =>
|
||||
config.camera_groups[cameraGroup]?.cameras?.includes(cam),
|
||||
) .join(",");
|
||||
)
|
||||
.join(",");
|
||||
}, [cameras, cameraGroup, config, includeBirdseye]);
|
||||
|
||||
const { data: allEvents, mutate: updateEvents } = useSWR<ReviewSegment[]>([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user