mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac/fix
This commit is contained in:
parent
da91aba10f
commit
9d633b062b
1 changed files with 2 additions and 2 deletions
|
|
@ -133,9 +133,9 @@
|
||||||
>
|
>
|
||||||
<div class="flex items-center gap-1.5 text-xs">
|
<div class="flex items-center gap-1.5 text-xs">
|
||||||
{#if enableFullContent}
|
{#if enableFullContent}
|
||||||
$i18n.t('Using Entire Document')
|
{$i18n.t('Using Entire Document')}
|
||||||
{:else}
|
{:else}
|
||||||
$i18n.t(`Using Focused Retrieval')
|
{$i18n.t('Using Focused Retrieval')}
|
||||||
{/if}
|
{/if}
|
||||||
<Switch
|
<Switch
|
||||||
bind:state={enableFullContent}
|
bind:state={enableFullContent}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue