Przeglądaj źródła

Fix: Fix text errors #3221 (#8708)

### What problem does this PR solve?

Fix: Fix text errors #3221

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.20.0
balibabu 3 miesięcy temu
rodzic
commit
5b52b7561a
No account linked to committer's email address

+ 1
- 1
web/src/pages/agent/form/begin-form/begin-dynamic-options.tsx Wyświetl plik

@@ -50,7 +50,7 @@ export function BeginDynamicOptions() {
);
})}
<BlockButton onClick={() => append({ value: '' })} type="button">
{t('flow.addVariable')}
{t('flow.addField')}
</BlockButton>
</div>
);

+ 3
- 1
web/src/pages/agent/form/retrieval-form/next.tsx Wyświetl plik

@@ -49,7 +49,9 @@ export function EmptyResponseField() {
name="empty_response"
render={({ field }) => (
<FormItem>
<FormLabel>{t('chat.emptyResponse')}</FormLabel>
<FormLabel tooltip={t('chat.emptyResponseTip')}>
{t('chat.emptyResponse')}
</FormLabel>
<FormControl>
<Textarea
placeholder={t('common.namePlaceholder')}

Ładowanie…
Anuluj
Zapisz