Fix label in form validation action

This commit is contained in:
Andrew Kingston 2021-02-02 13:51:16 +00:00
parent 79ae7dae91
commit 8d6b13c5f4
1 changed files with 1 additions and 1 deletions

View File

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