mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45: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"
|
className="input-prose-sm"
|
||||||
bind:value={selectedFileContent}
|
bind:value={selectedFileContent}
|
||||||
placeholder={$i18n.t('Add content here')}
|
placeholder={$i18n.t('Add content here')}
|
||||||
preserveBreaks={true}
|
preserveBreaks={false}
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -822,7 +822,7 @@
|
||||||
className="input-prose-sm"
|
className="input-prose-sm"
|
||||||
bind:value={selectedFileContent}
|
bind:value={selectedFileContent}
|
||||||
placeholder={$i18n.t('Add content here')}
|
placeholder={$i18n.t('Add content here')}
|
||||||
preserveBreaks={true}
|
preserveBreaks={false}
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue