mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
fix: uncontrolled prop on controlled component
This commit is contained in:
committed by
Carlos Valente
parent
8232e64cc6
commit
a6cb7e5b20
@@ -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