mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
design issue
This commit is contained in:
parent
d9cc52a3e5
commit
1c20bb30fe
1 changed files with 2 additions and 2 deletions
|
|
@ -556,7 +556,7 @@ class ManageGroupPermissionResourcesComponent extends React.Component {
|
|||
<nav className="nav nav-tabs groups-sub-header-wrap">
|
||||
<a
|
||||
onClick={() => {
|
||||
this.setState({ currentTab: 'granularAccess', showUserSearchBox: false });
|
||||
this.setState({ currentTab: 'users', showUserSearchBox: false });
|
||||
this.setSelectedUsers([]);
|
||||
}}
|
||||
className={cx('nav-item nav-link', { active: currentTab === 'users' })}
|
||||
|
|
@ -574,7 +574,7 @@ class ManageGroupPermissionResourcesComponent extends React.Component {
|
|||
|
||||
<a
|
||||
onClick={() => {
|
||||
this.setState({ currentTab: 'granularAccess', showUserSearchBox: false });
|
||||
this.setState({ currentTab: 'permissions', showUserSearchBox: false });
|
||||
this.setSelectedUsers([]);
|
||||
}}
|
||||
className={cx('nav-item nav-link', { active: currentTab === 'permissions' })}
|
||||
|
|
|
|||
Loading…
Reference in a new issue