hide collaborators section

This commit is contained in:
zramsay 2024-11-07 12:21:21 -05:00 committed by Nabarun
parent 99915ff98c
commit a2354279a2

View File

@ -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 = () => {