mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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 */}
|
{/* Users Tab */}
|
||||||
<div className={`tab-pane ${currentTab === 'users' ? 'active show' : ''}`}>
|
<div className={`tab-pane ${currentTab === 'users' ? 'active show' : ''}`}>
|
||||||
{groupPermission?.group === 'admin' && (
|
{groupPermission?.group !== 'all_users' && (
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-5">
|
<div className="col-5">
|
||||||
<SelectSearch
|
<SelectSearch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue