mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
ampersand consistency
This commit is contained in:
parent
90de2f89b8
commit
24210bbca9
@ -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 =
|
||||||
@ -661,7 +661,7 @@ export function CameraGroupEdit({
|
|||||||
|
|
||||||
axios
|
axios
|
||||||
.put(
|
.put(
|
||||||
`config/set?${renamingQuery}&${orderQuery}&${iconQuery}${cameraQueries}`,
|
`config/set?${renamingQuery}${orderQuery}&${iconQuery}${cameraQueries}`,
|
||||||
{
|
{
|
||||||
requires_restart: 0,
|
requires_restart: 0,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user