mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
fix stupid typo
This commit is contained in:
parent
ea1ed827a2
commit
f64b841f33
@ -83,8 +83,8 @@ export default function Birdseye() {
|
||||
{config.birdseye.restream && (
|
||||
<select
|
||||
className="basis-1/8 cursor-pointer rounded dark:bg-slate-800"
|
||||
value={isMaxWidth ? "true" : "false"}
|
||||
onChange={(e) => setIsMaxWidth(e.target.value)}
|
||||
value={viewSource}
|
||||
onChange={(e) => setViewSource(e.target.value)}
|
||||
key="width-changer"
|
||||
>
|
||||
{sourceValues.map((item) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user