Skip to content

Commit 5b24c39

Browse files
lauriiiedi9999
authored andcommitted
Fix warning on FileWidget (rjsf-team#842)
1 parent e4378c2 commit 5b24c39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/widgets/FileWidget.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ function extractFileInfo(dataURLs) {
6060
}
6161

6262
class FileWidget extends Component {
63-
defaultProps = {
64-
multiple: false,
65-
};
66-
6763
constructor(props) {
6864
super(props);
6965
const { value } = props;

0 commit comments

Comments
 (0)