remove trailing character from picker
This commit is contained in:
parent
1997cb5d6b
commit
0168ee335b
|
@ -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