mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
update RepoRoles Pagination
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user