Skip to content

Commit 38d3efb

Browse files
committed
updates code snippet in uploads
1 parent 8f06d2e commit 38d3efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upload/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export const Media: CollectionConfig = {
346346
{
347347
name: 'thumbnailURL',
348348
type: 'text',
349-
admin: { readOnly: true, condition: () => false },
349+
admin: { hidden: true },
350350
},
351351
],
352352
}

0 commit comments

Comments
 (0)