Skip to content

Commit c3703b9

Browse files
committed
rebase on beta
1 parent b42aad4 commit c3703b9

File tree

1 file changed

+0
-1
lines changed
  • packages/ui/src/elements/Table/DefaultCell/fields/File

1 file changed

+0
-1
lines changed

packages/ui/src/elements/Table/DefaultCell/fields/File/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const FileCell: React.FC<FileCellProps> = ({
1616
collectionConfig,
1717
rowData,
1818
}) => {
19-
const { collectionSlug, uploadConfig } = customCellContext
2019
const src = rowData?.thumbnailURL || rowData?.url
2120

2221
return (

0 commit comments

Comments
 (0)