mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-25 18:55:25 -06:00
don't remove page arg either
This commit is contained in:
parent
442ce61767
commit
0a65255fa0
@ -124,7 +124,7 @@ export default function Settings() {
|
||||
if (allSettingsViews.includes(page as SettingsType)) {
|
||||
setPage(page as SettingsType);
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
});
|
||||
|
||||
useSearchEffect("camera", (camera: string) => {
|
||||
|
Loading…
Reference in New Issue
Block a user