mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-21 16:08:35 +00:00
Show user list for all groups other than all users (#4398)
This commit is contained in:
parent
9a6849f270
commit
e6e96817e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue