remove trailing character from picker

This commit is contained in:
Peter Clement 2023-09-06 10:09:10 +01:00
parent 1997cb5d6b
commit 0168ee335b
1 changed files with 1 additions and 1 deletions

View File

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