diff --git a/packages/client/src/pages/PortalSettings/categories/integration/index.js b/packages/client/src/pages/PortalSettings/categories/integration/index.js index ef3fb6f989..2a758b1c56 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/index.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/index.js @@ -68,16 +68,16 @@ const IntegrationWrapper = (props) => { name: t("LDAP"), content: , }, - { - id: "third-party-services", - name: t("Translations:ThirdPartyTitle"), - content: , - }, { id: "sso", name: t("SingleSignOn"), content: , }, + { + id: "third-party-services", + name: t("Translations:ThirdPartyTitle"), + content: , + }, { id: "smtp-settings", name: t("SMTPSettings"), @@ -102,7 +102,7 @@ const IntegrationWrapper = (props) => { ); - data.splice(1, 0, { + data.splice(2, 0, { id: "plugins", name: pluginLabel, content: ,