mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-14 04:17:34 +03:00
Merge 309cfdac92 into 5f2536dcd8
This commit is contained in:
commit
a980881c10
@ -196,7 +196,7 @@ export default function UiSettingsView() {
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectGroup>
|
||||
{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map((timeout) => (
|
||||
{[1, 2, 3, 5, 8, 10, 12, 15].map((timeout) => (
|
||||
<SelectItem
|
||||
key={timeout}
|
||||
className="cursor-pointer"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user