fix: update upload action of props #66
parent
bdb6ada30b
commit
ce8d09c3b5
|
@ -51,6 +51,7 @@ export const UploadLocale = PropsTypes.shape({
|
||||||
uploadError: PropsTypes.string,
|
uploadError: PropsTypes.string,
|
||||||
previewFile: PropsTypes.string,
|
previewFile: PropsTypes.string,
|
||||||
}).loose
|
}).loose
|
||||||
|
|
||||||
export const UploadProps = {
|
export const UploadProps = {
|
||||||
type: PropsTypes.oneOf(['drag', 'select']),
|
type: PropsTypes.oneOf(['drag', 'select']),
|
||||||
name: PropsTypes.string,
|
name: PropsTypes.string,
|
||||||
|
|
Loading…
Reference in New Issue