update RepoRoles Pagination

This commit is contained in:
Eduard Heimbuch
2019-05-16 10:01:33 +02:00
parent 7ed60eb5e1
commit e62c2084c6
4 changed files with 32 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ class EditRepositoryRole extends React.Component<Props> {
repositoryRoleUpdated = (role: Role) => {
const { history } = this.props;
history.push("/config/roles");
history.push("/config/roles/");
};
updateRepositoryRole = (role: Role) => {