feat: update Elasticsearch connector handling and display name

This commit is contained in:
Anish Sarkar 2025-10-12 09:56:52 +05:30
parent 55d752e3c8
commit c3d249682f
3 changed files with 9 additions and 2 deletions

View file

@ -74,6 +74,7 @@ const getApiKeyFieldName = (connectorType: string): string => {
DISCORD_CONNECTOR: "DISCORD_BOT_TOKEN",
LINKUP_API: "LINKUP_API_KEY",
LUMA_CONNECTOR: "LUMA_API_KEY",
ELASTICSEARCH_CONNECTOR: "ELASTICSEARCH_API_KEY",
};
return fieldMap[connectorType] || "";
};