Limit usernames to 30 chars, statuses to 500, open account after follow form success
This commit is contained in:
@ -15,8 +15,8 @@ const mapDispatchToProps = function (dispatch) {
|
||||
dispatch(changeFollow(text));
|
||||
},
|
||||
|
||||
onSubmit: function () {
|
||||
dispatch(submitFollow());
|
||||
onSubmit: function (router) {
|
||||
dispatch(submitFollow(router));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user