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