fix(style): document list

This commit is contained in:
jialin
2024-10-14 10:40:13 +08:00
parent 2b61e3dfd3
commit ec68ce082e
4 changed files with 7 additions and 4 deletions
@@ -306,6 +306,7 @@ const GroundReranker: React.FC<MessageProps> = forwardRef((props, ref) => {
<div style={{ marginTop: 8 }}>
<FileList
fileList={fileList}
textListCount={textList.length || 0}
onDelete={handleDeleteFile}
></FileList>
</div>