chore: remove github importer tab (#693)
This commit is contained in:
parent
4af5921991
commit
51be70d814
1 changed files with 4 additions and 4 deletions
|
|
@ -29,10 +29,10 @@ const SettingsNavbar: React.FC<Props> = ({ profilePage = false }) => {
|
||||||
label: "Integrations",
|
label: "Integrations",
|
||||||
href: `/${workspaceSlug}/settings/integrations`,
|
href: `/${workspaceSlug}/settings/integrations`,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: "Import/Export",
|
// label: "Import/Export",
|
||||||
href: `/${workspaceSlug}/settings/import-export`,
|
// href: `/${workspaceSlug}/settings/import-export`,
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
const projectLinks: Array<{
|
const projectLinks: Array<{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue