Fix: dataset page enter key to save (#13035)

### What problem does this PR solve?

Fix dataset page enter key to save 
Fix the warnings and optimize the code.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-02-06 14:42:16 +08:00
committed by GitHub
parent 4b0d65f089
commit 00c392e633
4 changed files with 20 additions and 2 deletions

View File

@ -101,7 +101,6 @@ export const RAGFlowAvatar = memo(
}}
className={cn(
'bg-gradient-to-b',
`from-[${from}] to-[${to}]`,
'flex items-center justify-center',
'text-white ',
{ 'rounded-md': !isPerson },