-
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
fix(next): admin panel UI not rendering custom upload components #9925
Conversation
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.
Can you add an e2e test checking for the text on the create URL here? Ideally checking upload > open custom drawer too but I'm ok with just checking for static text to verify that the field renders so we avoid any regressions here in the future, thank you!
🚀 This is included in version v3.19.0 |
What?
Currently it is not possible to override the upload component.
Why?
The ability to override the upload component is missing from
renderDocumentSlots
.How?
Adding a check to include the custom upload component if it is available.
This issue is holding me back from releasing a payload plugin.
Fixes #9591