-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: folder enabled collections #10030
base: main
Are you sure you want to change the base?
Conversation
Excited for the folders! Thank you so much, everyone. You all are rocking it! |
@@ -115,6 +115,14 @@ export const renderDocumentSlots: (args: { | |||
} | |||
} | |||
|
|||
if (collectionConfig.upload && collectionConfig?.admin?.components?.edit?.Upload) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
collectionConfig.upload
throws a type error for globals. It needs to be collectionConfig?.upload
.
I discovered this while testing #9925.
Hey @JarrodMFlesch, |
hey, is there an ETA for "non-enterprise" users? |
Lets go @JarrodMFlesch!! i believe in you :) |
No description provided.