mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
fix: uncontrolled prop on controlled component
This commit is contained in:
committed by
Carlos Valente
parent
ba96ecfd91
commit
7a6ecd8c34
@@ -72,7 +72,6 @@ function EventTriggerForm(props: EventTriggerFormProps) {
|
||||
variant='ontime'
|
||||
value={cycleValue}
|
||||
onChange={(e) => setCycleValue(e.target.value as TimerLifeCycle)}
|
||||
defaultValue={TimerLifeCycle.onStart}
|
||||
>
|
||||
<option disabled>Lifecycle Trigger</option>
|
||||
{eventTriggerOptions.map((cycle) => (
|
||||
|
||||
Reference in New Issue
Block a user