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
+1
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);