1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 14:35:06 +00:00

fix: show friendly name in user group selection

This commit is contained in:
Elias Schneider
2025-07-05 21:58:56 +02:00
parent 7fe83f8087
commit 5c9e504291

View File

@@ -40,7 +40,7 @@
{selectionDisabled} {selectionDisabled}
> >
{#snippet rows({ item })} {#snippet rows({ item })}
<Table.Cell>{item.name}</Table.Cell> <Table.Cell>{item.friendlyName}</Table.Cell>
{/snippet} {/snippet}
</AdvancedTable> </AdvancedTable>
{/if} {/if}