hide collaborators section
This commit is contained in:
parent
99915ff98c
commit
a2354279a2
@ -10,7 +10,7 @@ import {
|
||||
} from 'components/shared/Tabs';
|
||||
import {
|
||||
BranchStrokeIcon,
|
||||
CollaboratorsIcon,
|
||||
//CollaboratorsIcon,
|
||||
GearIcon,
|
||||
GlobeIcon,
|
||||
SwitchIcon,
|
||||
@ -37,11 +37,11 @@ const tabsData = [
|
||||
icon: <SwitchIcon />,
|
||||
value: 'environment-variables',
|
||||
},
|
||||
{
|
||||
label: 'Collaborators',
|
||||
icon: <CollaboratorsIcon />,
|
||||
value: 'collaborators',
|
||||
},
|
||||
// {
|
||||
// label: 'Collaborators',
|
||||
// icon: <CollaboratorsIcon />,
|
||||
// value: 'collaborators',
|
||||
// },
|
||||
];
|
||||
|
||||
const SettingsTabPanel = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user