mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
Set selected role after update
This commit is contained in:
@@ -132,7 +132,8 @@ class SinglePermission extends React.Component<Props, State> {
|
||||
permission: {
|
||||
...this.state.permission,
|
||||
verbs: selectedRole.verbs
|
||||
}
|
||||
},
|
||||
role: type
|
||||
});
|
||||
this.modifyPermission(selectedRole.verbs);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user