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