Merge pull request #48 from ibs0d/claude/fix-video-stretch-history-ansQF

Add config useSWR to DetectionReview component
This commit is contained in:
ibs0d 2026-03-14 15:14:56 +11:00 committed by GitHub
commit 7033fc965c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -570,6 +570,7 @@ function DetectionReview({
pullLatestData,
}: DetectionReviewProps) {
const { t } = useTranslation(["views/events"]);
const { data: config } = useSWR<FrigateConfig>("config");
const reviewTimelineRef = useRef<HTMLDivElement>(null);