Skip to content
This repository has been archived by the owner on Oct 8, 2018. It is now read-only.

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Mathis committed Feb 17, 2018
1 parent 78e18a3 commit 4f20133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ exports.default = ReactFileReader;
ReactFileReader.defaultProps = {
fileTypes: 'image/*',
multipleFiles: false,
base64: false
base64: false,
disabled: false
};

ReactFileReader.propTypes = {
Expand Down

0 comments on commit 4f20133

Please sign in to comment.