Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2024-11-06 12:33:14 +00:00
commit 493ee41f3e

View File

@ -928,10 +928,6 @@ export class Collection<
}
unavailableActions() {
if (this.options.template === 'file') {
return ['create', 'update', 'destroy'];
}
return [];
}