replace overlay state

This commit is contained in:
Nicolas Mowen 2024-03-26 11:05:34 -06:00
parent 2e0f6c8bc6
commit 4af90fd563

View File

@ -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