fix(file-manager): missing attachments

This commit is contained in:
chenos 2024-03-05 22:54:20 +08:00
parent 5ca1827e7e
commit 516619bb04

View File

@ -11,6 +11,7 @@ export class AttachmentFieldInterface extends CollectionFieldInterface {
isAssociation = true;
default = {
type: 'belongsToMany',
target: 'attachments',
// name,
uiSchema: {
type: 'array',