chore: remove github importer tab (#693)

This commit is contained in:
Aaryan Khandelwal 2023-04-04 00:27:08 +05:30 committed by GitHub
parent 4af5921991
commit 51be70d814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,10 @@ const SettingsNavbar: React.FC<Props> = ({ profilePage = false }) => {
label: "Integrations",
href: `/${workspaceSlug}/settings/integrations`,
},
{
label: "Import/Export",
href: `/${workspaceSlug}/settings/import-export`,
},
// {
// label: "Import/Export",
// href: `/${workspaceSlug}/settings/import-export`,
// },
];
const projectLinks: Array<{