mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
react fineuploader remove multiple property
This commit is contained in:
parent
0f658b9a71
commit
8868842817
@ -197,7 +197,6 @@ let FileUploader = React.createClass({
|
||||
'X-CSRFToken': getCookie(AppConstants.csrftoken)
|
||||
}
|
||||
}}
|
||||
multiple={false}
|
||||
enableLocalHashing={this.props.enableLocalHashing} />
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user