diff --git a/web/app/components/base/file-uploader/file-list-flex/file-list-item.tsx b/web/app/components/base/file-uploader/file-list-flex/file-list-item.tsx index 8aac7f665a..5177a2f528 100644 --- a/web/app/components/base/file-uploader/file-list-flex/file-list-item.tsx +++ b/web/app/components/base/file-uploader/file-list-flex/file-list-item.tsx @@ -1,5 +1,8 @@ import { memo } from 'react' +import { RiDownloadLine } from '@remixicon/react' +import FileTypeIcon from '../file-type-icon' import cn from '@/utils/classnames' +import ActionButton from '@/app/components/base/action-button' type FileListItemProps = { isFile?: boolean @@ -15,7 +18,24 @@ const FileListItem = ({ 'w-[144px] h-[68px] rounded-lg border-[0.5px] border-components-panel-border bg-components-card-bg-alt shadow-xs', className, )}> - +
+