Builder:event dropdown -black option
This commit is contained in:
parent
e3b6dffda5
commit
1503eaf159
|
@ -71,6 +71,7 @@ const onParameterChanged = index => val => {
|
|||
|
||||
<div class="type-selector-container">
|
||||
<select class="type-selector uk-select uk-form-small " value={eventType} on:change={eventTypeChanged}>
|
||||
<option></option>
|
||||
{#each events as ev}
|
||||
<option value={ev.name}>{ev.name}</option>
|
||||
{/each}
|
||||
|
|
Loading…
Reference in New Issue