mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Small tweaks and fixes (#17614)
* add ability to use * and ? in recognized plate input * fix check for active polygon index * fix broken link * lpr docs tweaks
This commit is contained in:
@@ -677,7 +677,7 @@ export default function ZoneEditPane({
|
||||
|
||||
{form.watch("speedEstimation") &&
|
||||
polygons &&
|
||||
activePolygonIndex &&
|
||||
activePolygonIndex !== undefined &&
|
||||
polygons[activePolygonIndex].points.length === 4 && (
|
||||
<>
|
||||
<FormField
|
||||
|
||||
Reference in New Issue
Block a user