Skip to content

Commit 3c1ca0f

Browse files
committed
fix: missing variable
1 parent 9e61bd9 commit 3c1ca0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export const Upload: React.FC<UploadProps> = (props) => {
101101
setUploadControlFileName,
102102
setUploadControlFileUrl,
103103
uploadControlFile,
104+
uploadControlFileName,
104105
uploadControlFileUrl,
105106
} = useUploadControls()
106107

0 commit comments

Comments
 (0)