mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +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)
|
'X-CSRFToken': getCookie(AppConstants.csrftoken)
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
multiple={false}
|
|
||||||
enableLocalHashing={this.props.enableLocalHashing} />
|
enableLocalHashing={this.props.enableLocalHashing} />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user