mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-24 17:18:23 +03:00
Merge pull request #48 from ibs0d/claude/fix-video-stretch-history-ansQF
Add config useSWR to DetectionReview component
This commit is contained in:
commit
7033fc965c
@ -570,6 +570,7 @@ function DetectionReview({
|
|||||||
pullLatestData,
|
pullLatestData,
|
||||||
}: DetectionReviewProps) {
|
}: DetectionReviewProps) {
|
||||||
const { t } = useTranslation(["views/events"]);
|
const { t } = useTranslation(["views/events"]);
|
||||||
|
const { data: config } = useSWR<FrigateConfig>("config");
|
||||||
|
|
||||||
const reviewTimelineRef = useRef<HTMLDivElement>(null);
|
const reviewTimelineRef = useRef<HTMLDivElement>(null);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user