Skip to content

Commit ad3d032

Browse files
committed
Merge pull request plotly#938 from marekpiotrowski/improvement/upload-documentation-update
Added unit for Upload's max_size documentation.
1 parent 3848a7c commit ad3d032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dash-core-components/src/components/Upload.react.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ Upload.propTypes = {
100100
disable_click: PropTypes.bool,
101101

102102
/**
103-
* Maximum file size. If `-1`, then infinite
103+
* Maximum file size in bytes. If `-1`, then infinite
104104
*/
105105
max_size: PropTypes.number,
106106

107107
/**
108-
* Minimum file size
108+
* Minimum file size in bytes
109109
*/
110110
min_size: PropTypes.number,
111111

0 commit comments

Comments
 (0)