mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
421aba7cd7
commit
7a374ca2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -936,7 +936,7 @@
|
||||||
</Folder>
|
</Folder>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if $config?.features?.enable_folders && ($user?.role === 'admin' || ($user?.permissions?.features?.folders ?? true)) && Object.keys(folders).length > 0}
|
{#if $config?.features?.enable_folders && ($user?.role === 'admin' || ($user?.permissions?.features?.folders ?? true))}
|
||||||
<Folder
|
<Folder
|
||||||
id="sidebar-folders"
|
id="sidebar-folders"
|
||||||
className="px-2 mt-0.5"
|
className="px-2 mt-0.5"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue