mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03: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)) {
|
if (allSettingsViews.includes(page as SettingsType)) {
|
||||||
setPage(page as SettingsType);
|
setPage(page as SettingsType);
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
useSearchEffect("camera", (camera: string) => {
|
useSearchEffect("camera", (camera: string) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user