From 2d57b593f2ccd339de9c2ef883b3d45c3b437284 Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:53:36 +0100 Subject: [PATCH] Revert "fix(ui): prevent renaming integration with active connections" This reverts commit 7b92f54a451f8f93cfaffd2f82a565588fe91f1c. --- .../providerConfigKey/Settings/components/General.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/packages/webapp/src/pages/Integrations/providerConfigKey/Settings/components/General.tsx b/packages/webapp/src/pages/Integrations/providerConfigKey/Settings/components/General.tsx index 0c6ba38f2b..37bd5d0c2e 100644 --- a/packages/webapp/src/pages/Integrations/providerConfigKey/Settings/components/General.tsx +++ b/packages/webapp/src/pages/Integrations/providerConfigKey/Settings/components/General.tsx @@ -14,7 +14,6 @@ import { CopyButton } from '../../../../../components/ui/button/CopyButton'; import SecretInput from '../../../../../components/ui/input/SecretInput'; import type { EnvironmentAndAccount } from '@nangohq/server'; import { Info } from '../../../../../components/Info'; -import { SimpleTooltip } from '../../../../../components/SimpleTooltip'; const FIELD_DISPLAY_NAMES: Record> = { OAUTH1: { @@ -140,13 +139,9 @@ export const SettingsGeneral: React.FC<{ ) : (
{integration.unique_key}
- 0 ? "You can't change an integration id when you have active connections" : ''} - > - - +
)}