mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 05:15:18 +00:00
删除 memory 界面中 右上角的 avatar 按钮
This commit is contained in:
parent
984bb5888e
commit
1e4f0d4e97
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="self-center flex items-center gap-1">
|
<div class="self-center flex items-center gap-1">
|
||||||
{#if $user !== undefined && $user !== null}
|
<!-- {#if $user !== undefined && $user !== null}
|
||||||
<UserMenu
|
<UserMenu
|
||||||
className="max-w-[240px]"
|
className="max-w-[240px]"
|
||||||
role={$user?.role}
|
role={$user?.role}
|
||||||
|
|
@ -136,7 +136,7 @@
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</UserMenu>
|
</UserMenu>
|
||||||
{/if}
|
{/if} -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue