Merge pull request #11678 from Budibase/picker-bug
Remove trailing character from picker
This commit is contained in:
commit
99b33b46e0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue