mirror of
https://github.com/open-webui/open-webui
synced 2025-01-22 18:55:53 +00:00
refac
This commit is contained in:
parent
149eea2377
commit
9a794b1f8f
@ -232,6 +232,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if $user.role === 'admin' || $user?.permissions.chat?.controls}
|
||||
<hr class=" dark:border-gray-850 my-3" />
|
||||
|
||||
<div>
|
||||
@ -243,7 +244,6 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
{#if $user.role === 'admin' || $user?.permissions.chat?.controls}
|
||||
<div class="mt-2 space-y-3 pr-1.5">
|
||||
<div class="flex justify-between items-center text-sm">
|
||||
<div class=" font-medium">{$i18n.t('Advanced Parameters')}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user