forked from open-webui/open-webui
address comments, rename to ENABLE_ADMIN_EXPORT
This commit is contained in:
parent
190b934ab5
commit
e2a8ad5fca
6 changed files with 11 additions and 14 deletions
|
@ -301,7 +301,7 @@
|
|||
</button>
|
||||
{/if}
|
||||
|
||||
{#if $user?.role === 'admin' && ($config?.allow_admin_export ?? true)}
|
||||
{#if $user?.role === 'admin' && ($config?.admin_export_enabled ?? true)}
|
||||
<hr class=" dark:border-gray-700" />
|
||||
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue