Skip to content

Commit ce8d09c

Browse files
committed
fix: update upload action of props #66
1 parent bdb6ada commit ce8d09c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/upload/interface.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const UploadLocale = PropsTypes.shape({
5151
uploadError: PropsTypes.string,
5252
previewFile: PropsTypes.string,
5353
}).loose
54+
5455
export const UploadProps = {
5556
type: PropsTypes.oneOf(['drag', 'select']),
5657
name: PropsTypes.string,

0 commit comments

Comments
 (0)