Fix/model selector (#1032)

This commit is contained in:
zxhlyh 2023-08-28 10:54:41 +08:00 committed by GitHub
commit 3a5c7c75ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -89,7 +89,7 @@ export const StatusItem: FC<{
<Tooltip
selector='dataset-document-detail-item-status'
htmlContent={
<div className='max-w-[260px]'>{errorMessage}</div>
<div className='max-w-[260px] break-all'>{errorMessage}</div>
}
>
<HelpCircle className='ml-1 w-[14px] h-[14px] text-gray-700' />