Skip to content

Commit b6ae689

Browse files
authored
fix(ui): upload field not showing admin.description (#7978)
1 parent c14dbfb commit b6ae689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/fields/Upload/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export function UploadComponent(props: UploadFieldProps) {
6363
api={config.routes.api}
6464
className={className}
6565
Description={field?.admin?.components?.Description}
66+
description={field?.admin?.description}
6667
Error={field?.admin?.components?.Error}
6768
field={field}
6869
filterOptions={filterOptions}

0 commit comments

Comments
 (0)