mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
replace overlay state
This commit is contained in:
parent
2e0f6c8bc6
commit
4af90fd563
@ -260,7 +260,7 @@ export function RecordingView({
|
|||||||
size="sm"
|
size="sm"
|
||||||
value={timelineType}
|
value={timelineType}
|
||||||
onValueChange={(value: TimelineType) =>
|
onValueChange={(value: TimelineType) =>
|
||||||
value ? setTimelineType(value) : null
|
value ? setTimelineType(value, true) : null
|
||||||
} // don't allow the severity to be unselected
|
} // don't allow the severity to be unselected
|
||||||
>
|
>
|
||||||
<ToggleGroupItem
|
<ToggleGroupItem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user