Merge branch 'main' of github.com:openreplay/openreplay into dev
This commit is contained in:
commit
2743d4526e
1 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,9 @@ class ManageUsers extends React.PureComponent {
|
|||
closeModal = () => this.setState({ showModal: false });
|
||||
componentWillMount = () => {
|
||||
this.props.fetchList();
|
||||
this.props.fetchRoles();
|
||||
if (this.props.isEnterprise) {
|
||||
this.props.fetchRoles();
|
||||
}
|
||||
}
|
||||
|
||||
adminLabel = (user) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue