Fix: Adjust chat line height. (#16021)

### What problem does this PR solve?

Fix: Adjust chat line height.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2026-06-15 16:53:45 +08:00
committed by GitHub
parent 417f805bd9
commit fa6d29603a
3 changed files with 3 additions and 2 deletions

View File

@@ -1097,7 +1097,7 @@ export const DataSourceFormFields = {
],
[DataSourceKey.BOX]: [
{
label: 'Box OAuth JSON',
label: 'Box OAuth Configuration',
name: 'config.credentials.box_tokens',
type: FormFieldType.Textarea,
required: true,