Merge pull request #11678 from Budibase/picker-bug

Remove trailing character from picker
This commit is contained in:
Peter Clement 2023-09-06 10:25:26 +01:00 committed by GitHub
commit 99b33b46e0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
bind:this={button}
>
{#if fieldIcon}
{#if !useOptionIconImage}x
{#if !useOptionIconImage}
<span class="option-extra icon">
<Icon size="S" name={fieldIcon} />
</span>