mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: remove github importer tab (#693)
This commit is contained in:
parent
4af5921991
commit
51be70d814
@ -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…
Reference in New Issue
Block a user