mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
Update KnowledgeBase.svelte
This commit is contained in:
parent
8acc1ab425
commit
513895c2d5
1 changed files with 2 additions and 2 deletions
|
|
@ -764,7 +764,7 @@
|
|||
className="input-prose-sm"
|
||||
bind:value={selectedFileContent}
|
||||
placeholder={$i18n.t('Add content here')}
|
||||
preserveBreaks={true}
|
||||
preserveBreaks={false}
|
||||
/>
|
||||
{/key}
|
||||
</div>
|
||||
|
|
@ -822,7 +822,7 @@
|
|||
className="input-prose-sm"
|
||||
bind:value={selectedFileContent}
|
||||
placeholder={$i18n.t('Add content here')}
|
||||
preserveBreaks={true}
|
||||
preserveBreaks={false}
|
||||
/>
|
||||
{/key}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue