|
@@ -26,7 +26,10 @@ const dashboard = {
|
|
uppy,
|
|
uppy,
|
|
inline: PropTypes.bool,
|
|
inline: PropTypes.bool,
|
|
plugins,
|
|
plugins,
|
|
- width: PropTypes.number,
|
|
|
|
|
|
+ width: PropTypes.oneOfType([
|
|
|
|
+ PropTypes.string,
|
|
|
|
+ PropTypes.number
|
|
|
|
+ ]),
|
|
height: PropTypes.number,
|
|
height: PropTypes.number,
|
|
showProgressDetails: PropTypes.bool,
|
|
showProgressDetails: PropTypes.bool,
|
|
hideUploadButton: PropTypes.bool,
|
|
hideUploadButton: PropTypes.bool,
|