Fixed issue with error message for uploading more than 5 files not appearing on OSX
Этот коммит содержится в:
@@ -45,7 +45,7 @@ module.exports = React.createClass({
|
||||
return;
|
||||
}
|
||||
|
||||
this.setState({ submitting: true });
|
||||
this.setState({ submitting: true, limit_error: null });
|
||||
|
||||
var user_id = UserStore.getCurrentId();
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user