From b2ea1fe5924cd4f88bbccba6ac4f53fecff26dd0 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 19 May 2026 07:55:42 -0500 Subject: [PATCH] fix attributes frontend type --- web/src/types/frigateConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/types/frigateConfig.ts b/web/src/types/frigateConfig.ts index 2b9a05a1a3..68a2822200 100644 --- a/web/src/types/frigateConfig.ts +++ b/web/src/types/frigateConfig.ts @@ -522,8 +522,8 @@ export interface FrigateConfig { path: string | null; width: number; colormap: { [key: string]: [number, number, number] }; - attributes_map: { [key: string]: [string] }; - all_attributes: [string]; + attributes_map: { [key: string]: string[] }; + all_attributes: string[]; plus?: { name: string; id: string;