[WEB-826] chore: integrations (#4057)

* fix: workspace integration page

* chore: remove integrations and code refactor
This commit is contained in:
Anmol Singh Bhatia 2024-03-25 16:19:45 +05:30 committed by GitHub
parent 53c63c8a2b
commit 8205961d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 250 deletions

View file

@ -149,22 +149,6 @@ export const WORKSPACE_SETTINGS_LINKS: {
highlight: (pathname: string, baseUrl: string) => pathname === `${baseUrl}/settings/billing`,
Icon: SettingIcon,
},
{
key: "integrations",
label: "Integrations",
href: `/settings/integrations`,
access: EUserWorkspaceRoles.ADMIN,
highlight: (pathname: string, baseUrl: string) => pathname === `${baseUrl}/settings/integrations`,
Icon: SettingIcon,
},
{
key: "import",
label: "Imports",
href: `/settings/imports`,
access: EUserWorkspaceRoles.ADMIN,
highlight: (pathname: string, baseUrl: string) => pathname === `${baseUrl}/settings/imports`,
Icon: SettingIcon,
},
{
key: "export",
label: "Exports",