mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Fix new items to review
This commit is contained in:
parent
542f37febc
commit
f0eebf05da
@ -496,7 +496,7 @@ function DetectionReview({
|
|||||||
>
|
>
|
||||||
{filter?.before == undefined && (
|
{filter?.before == undefined && (
|
||||||
<NewReviewData
|
<NewReviewData
|
||||||
className="absolute w-full z-50 pointer-events-none"
|
className="absolute left-1/2 -translate-x-1/2 z-50 pointer-events-none"
|
||||||
contentRef={contentRef}
|
contentRef={contentRef}
|
||||||
reviewItems={currentItems}
|
reviewItems={currentItems}
|
||||||
itemsToReview={itemsToReview}
|
itemsToReview={itemsToReview}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user