Camera group dialog changes and fixes (#11117)

* camera group dialog changes and fixes

* use drawer on mobile

* spacing
This commit is contained in:
Josh Hawkins
2024-04-25 18:19:31 -05:00
committed by GitHub
parent c035241b39
commit d0aefc2121
4 changed files with 550 additions and 234 deletions

View File

@@ -551,14 +551,6 @@ export function ZoneObjectSelector({
const labels = new Set<string>();
// Object.values(config.cameras).forEach((camera) => {
// camera.objects.track.forEach((label) => {
// if (!ATTRIBUTE_LABELS.includes(label)) {
// labels.add(label);
// }
// });
// });
cameraConfig.objects.track.forEach((label) => {
if (!ATTRIBUTE_LABELS.includes(label)) {
labels.add(label);