We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14dbfb commit b6ae689Copy full SHA for b6ae689
packages/ui/src/fields/Upload/index.tsx
@@ -63,6 +63,7 @@ export function UploadComponent(props: UploadFieldProps) {
63
api={config.routes.api}
64
className={className}
65
Description={field?.admin?.components?.Description}
66
+ description={field?.admin?.description}
67
Error={field?.admin?.components?.Error}
68
field={field}
69
filterOptions={filterOptions}
0 commit comments