Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed Oct 14, 2024
1 parent b50cb2b commit 90de2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/filter/CameraGroupSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 90de2f8

Please sign in to comment.