mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-04 23:55:22 +00:00
refac
This commit is contained in:
parent
7bd43f00b1
commit
59d6eb2bad
1 changed files with 2 additions and 1 deletions
|
|
@ -234,7 +234,8 @@
|
|||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
{#if item?.write_access}
|
||||
|
||||
{#if item?.write_access || $user?.role === 'admin'}
|
||||
<div class="flex items-center gap-2">
|
||||
<div class=" flex self-center">
|
||||
<ItemMenu
|
||||
|
|
|
|||
Loading…
Reference in a new issue