chore: moves collections folders property to the top level (#12508)

This commit is contained in:
Jarrod Flesch
2025-05-22 16:01:33 -04:00
committed by GitHub
parent f75d62c79b
commit d83b2bf3fa
17 changed files with 37 additions and 63 deletions

View File

@@ -169,7 +169,7 @@ export function EditForm({
<Upload_v4
collectionSlug={collectionConfig.slug}
customActions={[
collectionConfig.admin.folders && (
collectionConfig.folders && (
<MoveDocToFolder
buttonProps={{
buttonStyle: 'pill',