This commit is contained in:
Josh Hawkins
2024-05-25 21:37:53 -05:00
committed by GitHub
parent 681c7367d7
commit 3f171e7670
2 changed files with 2 additions and 2 deletions

View File

@@ -663,6 +663,7 @@ export function CameraGroupEdit({
<FormDescription>
Select cameras for this group.
</FormDescription>
<FormMessage />
{[
...(birdseyeConfig?.enabled ? ["birdseye"] : []),
...Object.keys(config?.cameras ?? {}),
@@ -680,7 +681,6 @@ export function CameraGroupEdit({
/>
</FormControl>
))}
<FormMessage />
</FormItem>
)}
/>