Skip to content

Commit

Permalink
fix: Upload type missing (#24325)
Browse files Browse the repository at this point in the history
close #24229
  • Loading branch information
afc163 committed May 20, 2020
1 parent fdbf95a commit 0f93896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/upload/Upload.tsx
Expand Up @@ -72,7 +72,7 @@ class Upload extends React.Component<UploadProps, UploadState> {
this.clearProgressTimer();
}

saveUpload = (node: typeof RcUpload) => {
saveUpload = (node: any) => {
this.upload = node;
};

Expand Down

0 comments on commit 0f93896

Please sign in to comment.