{uniqueKey}
+ {missing_fields_count > 0 && ( +{connection_count}
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 e4abacc092..37bd5d0c2e 100644 --- a/packages/webapp/src/pages/Integrations/providerConfigKey/Settings/components/General.tsx +++ b/packages/webapp/src/pages/Integrations/providerConfigKey/Settings/components/General.tsx @@ -13,11 +13,49 @@ import { InfoBloc } from '../../../../../components/InfoBloc'; 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'; -export const SettingsGeneral: React.FC<{ data: GetIntegration['Success']['data']; environment: EnvironmentAndAccount['environment'] }> = ({ - data: { integration, meta, template }, - environment -}) => { +const FIELD_DISPLAY_NAMES: Record