hide collaborators section
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m35s
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m35s
This commit is contained in:
parent
889a866e05
commit
13d6191b60
@ -10,7 +10,7 @@ import {
|
|||||||
} from 'components/shared/Tabs';
|
} from 'components/shared/Tabs';
|
||||||
import {
|
import {
|
||||||
BranchStrokeIcon,
|
BranchStrokeIcon,
|
||||||
CollaboratorsIcon,
|
//CollaboratorsIcon,
|
||||||
GearIcon,
|
GearIcon,
|
||||||
GlobeIcon,
|
GlobeIcon,
|
||||||
SwitchIcon,
|
SwitchIcon,
|
||||||
@ -37,11 +37,11 @@ const tabsData = [
|
|||||||
icon: <SwitchIcon />,
|
icon: <SwitchIcon />,
|
||||||
value: 'environment-variables',
|
value: 'environment-variables',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: 'Collaborators',
|
// label: 'Collaborators',
|
||||||
icon: <CollaboratorsIcon />,
|
// icon: <CollaboratorsIcon />,
|
||||||
value: 'collaborators',
|
// value: 'collaborators',
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
const SettingsTabPanel = () => {
|
const SettingsTabPanel = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user