Skip to content

Commit

Permalink
Fix warning on FileWidget (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriii authored and edi9999 committed Apr 12, 2018
1 parent e4378c2 commit 5b24c39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/widgets/FileWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ function extractFileInfo(dataURLs) {
}

class FileWidget extends Component {
defaultProps = {
multiple: false,
};

constructor(props) {
super(props);
const { value } = props;
Expand Down

0 comments on commit 5b24c39

Please sign in to comment.