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:
Josh Hawkins
2025-04-09 07:26:06 -05:00
committed by GitHub
parent 269cadff15
commit cab701f054
4 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -677,7 +677,7 @@ export default function ZoneEditPane({
{form.watch("speedEstimation") &&
polygons &&
activePolygonIndex &&
activePolygonIndex !== undefined &&
polygons[activePolygonIndex].points.length === 4 && (
<>
<FormField