forked from Github/frigate
Camera group dialog changes and fixes (#11117)
* camera group dialog changes and fixes * use drawer on mobile * spacing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user