mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
ampersand consistency
This commit is contained in:
parent
90de2f89b8
commit
24210bbca9
@ -645,7 +645,7 @@ export function CameraGroupEdit({
|
||||
|
||||
let renamingQuery = "";
|
||||
if (editingGroup && editingGroup[0] !== values.name) {
|
||||
renamingQuery = `&camera_groups.${editingGroup[0]}`;
|
||||
renamingQuery = `camera_groups.${editingGroup[0]}&`;
|
||||
}
|
||||
|
||||
const order =
|
||||
@ -661,7 +661,7 @@ export function CameraGroupEdit({
|
||||
|
||||
axios
|
||||
.put(
|
||||
`config/set?${renamingQuery}&${orderQuery}&${iconQuery}${cameraQueries}`,
|
||||
`config/set?${renamingQuery}${orderQuery}&${iconQuery}${cameraQueries}`,
|
||||
{
|
||||
requires_restart: 0,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user