mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
use a new permission array since state think it stays the same if splice is used
This commit is contained in:
@@ -159,7 +159,6 @@ class SinglePermission extends React.Component<Props, State> {
|
||||
|
||||
const mapStateToProps = (state, ownProps) => {
|
||||
const permission = ownProps.permission;
|
||||
console.log(permission);
|
||||
const loading = isModifyPermissionPending(
|
||||
state,
|
||||
ownProps.namespace,
|
||||
|
||||
Reference in New Issue
Block a user