1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Builder:event dropdown -black option

This commit is contained in:
Michael Shanks 2019-10-31 09:24:54 +00:00
parent 0f0c994a6c
commit 0cb7125bac

View file

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