add page titles for settings views (#11132)

This commit is contained in:
Josh Hawkins
2024-04-27 12:02:01 -05:00
committed by GitHub
parent cc851555e4
commit 3348af1e6d
8 changed files with 37 additions and 3 deletions

View File

@@ -308,6 +308,10 @@ export default function ZoneEditPane({
}
}
useEffect(() => {
document.title = "Edit Zone - Frigate";
}, []);
if (!polygon) {
return;
}