mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-03 23:25:21 +00:00
Update Controls.svelte
This commit is contained in:
parent
63256136ef
commit
85724940ee
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
<div class="" slot="content">
|
||||
<textarea
|
||||
bind:value={params.system}
|
||||
class="w-full text-xs py-1.5 bg-transparent outline-hidden resize-none"
|
||||
class="w-full text-xs py-1.5 bg-transparent outline-hidden resize-vertical"
|
||||
rows="4"
|
||||
placeholder={$i18n.t('Enter system prompt')}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue