1
0
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:
Tim Daubenschütz 2015-07-28 16:30:50 +02:00
parent 0f658b9a71
commit 8868842817

View File

@ -197,7 +197,6 @@ let FileUploader = React.createClass({
'X-CSRFToken': getCookie(AppConstants.csrftoken)
}
}}
multiple={false}
enableLocalHashing={this.props.enableLocalHashing} />
);
}