diff --git a/frontend/src/modals/ConfigToolModal.tsx b/frontend/src/modals/ConfigToolModal.tsx
index 0e443ac7..04553677 100644
--- a/frontend/src/modals/ConfigToolModal.tsx
+++ b/frontend/src/modals/ConfigToolModal.tsx
@@ -77,45 +77,6 @@ export default function ConfigToolModal({
>
{t('modals.configTool.closeButton')}
-
-
- {t('modals.configTool.title')}
-
-
- {t('modals.configTool.type')}:{' '}
- {tool?.name}
-
-
-
- {t('modals.configTool.apiKeyLabel')}
-
- setAuthKey(e.target.value)}
- borderVariant="thin"
- placeholder={t('modals.configTool.apiKeyPlaceholder')}
- >
-
-
-
-
-
-