fix(live-preview): properly handles uploads and hasOne monomorphic relationships
This commit is contained in:
@@ -5,6 +5,7 @@ export const Media: CollectionConfig = {
|
||||
upload: true,
|
||||
access: {
|
||||
read: () => true,
|
||||
create: () => true,
|
||||
},
|
||||
fields: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user