mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 14:35:06 +00:00
fix: remove curly bracket from user group URL
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</DropdownMenu.Trigger>
|
</DropdownMenu.Trigger>
|
||||||
<DropdownMenu.Content align="end">
|
<DropdownMenu.Content align="end">
|
||||||
<DropdownMenu.Item onclick={() => goto(`/settings/admin/user-groups/${item.id}}`)}
|
<DropdownMenu.Item onclick={() => goto(`/settings/admin/user-groups/${item.id}`)}
|
||||||
><LucidePencil class="mr-2 size-4" /> {m.edit()}</DropdownMenu.Item
|
><LucidePencil class="mr-2 size-4" /> {m.edit()}</DropdownMenu.Item
|
||||||
>
|
>
|
||||||
{#if !item.ldapId || !$appConfigStore.ldapEnabled}
|
{#if !item.ldapId || !$appConfigStore.ldapEnabled}
|
||||||
|
|||||||
Reference in New Issue
Block a user