fix birdseye reordering widget in settings

cameras are only sorted while the layout is built, so a config change that reorders them needs a fresh layout even when the active set is unchanged, which is always the case in continuous mode
This commit is contained in:
Josh Hawkins
2026-07-15 07:09:01 -05:00
parent a8eca68438
commit 0e2e95714f
3 changed files with 89 additions and 9 deletions
@@ -91,6 +91,7 @@ export default function BirdseyeCameraReorder({
try {
await axios.put("config/set", {
requires_restart: 0,
update_topic: "config/cameras/*/birdseye",
config_data: { cameras: cameraUpdates },
});
await updateConfig();