mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 21:45:32 +03:00
fix api path
This commit is contained in:
parent
3f77ba929a
commit
9b3b32762e
@ -122,7 +122,7 @@ export default function SearchView({
|
|||||||
|
|
||||||
const { data: allSubLabels } = useSWR("sub_labels");
|
const { data: allSubLabels } = useSWR("sub_labels");
|
||||||
const { data: allRecognizedLicensePlates } = useSWR(
|
const { data: allRecognizedLicensePlates } = useSWR(
|
||||||
"recognized_license_plate",
|
"recognized_license_plates",
|
||||||
);
|
);
|
||||||
|
|
||||||
const allZones = useMemo<string[]>(() => {
|
const allZones = useMemo<string[]>(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user