mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +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>
|
||||
{/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
|
||||
id="sidebar-folders"
|
||||
className="px-2 mt-0.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue