mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
clean up
This commit is contained in:
parent
b50cb2b3f1
commit
90de2f89b8
@ -645,7 +645,7 @@ export function CameraGroupEdit({
|
|||||||
|
|
||||||
let renamingQuery = "";
|
let renamingQuery = "";
|
||||||
if (editingGroup && editingGroup[0] !== values.name) {
|
if (editingGroup && editingGroup[0] !== values.name) {
|
||||||
renamingQuery = `&camera_groups.${editingGroup?.[0]}`;
|
renamingQuery = `&camera_groups.${editingGroup[0]}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const order =
|
const order =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user