Show user list for all groups other than all users (#4398)

This commit is contained in:
Midhun G S 2022-10-13 13:20:26 +05:30 committed by GitHub
parent 9a6849f270
commit e6e96817e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -542,7 +542,7 @@ class ManageGroupPermissionResourcesComponent extends React.Component {
{/* Users Tab */}
<div className={`tab-pane ${currentTab === 'users' ? 'active show' : ''}`}>
{groupPermission?.group === 'admin' && (
{groupPermission?.group !== 'all_users' && (
<div className="row">
<div className="col-5">
<SelectSearch