Fix label in form validation action
This commit is contained in:
parent
79ae7dae91
commit
8d6b13c5f4
|
@ -15,7 +15,7 @@
|
|||
|
||||
<div class="root">
|
||||
<Label size="m" color="dark">Form</Label>
|
||||
<DataList secondary bind:value={parameters.componentId} label="asd">
|
||||
<DataList secondary bind:value={parameters.componentId}>
|
||||
<option value="" />
|
||||
{#if actionProviders}
|
||||
{#each actionProviders as component}
|
||||
|
|
Loading…
Reference in New Issue