1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

remove trailing character from picker

This commit is contained in:
Peter Clement 2023-09-06 10:09:10 +01:00
parent 1997cb5d6b
commit 0168ee335b

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>