style: source icon in model result list
This commit is contained in:
@@ -398,7 +398,7 @@ const HFModelFile: React.FC<HFModelFileProps> = forwardRef((props, ref) => {
|
||||
{dataSource.loading ? (
|
||||
<ItemFileWrapper>
|
||||
{_.times(5, (index: number) => {
|
||||
return <FileSkeleton key={index} counts={3}></FileSkeleton>;
|
||||
return <FileSkeleton key={index} counts={2}></FileSkeleton>;
|
||||
})}
|
||||
</ItemFileWrapper>
|
||||
) : dataSource.fileList.length ? (
|
||||
|
||||
Reference in New Issue
Block a user