mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Add more context to support chat (#11014)
This commit is contained in:
committed by
GitHub
parent
5903592a23
commit
8a30f92156
@@ -83,10 +83,10 @@ const i18n = useI18n();
|
||||
const telemetry = useTelemetry();
|
||||
|
||||
onBeforeMount(async () => {
|
||||
if (rootStore.defaultLocale === 'en') return;
|
||||
|
||||
uiStore.activeCredentialType = props.credentialType.name;
|
||||
|
||||
if (rootStore.defaultLocale === 'en') return;
|
||||
|
||||
const key = `n8n-nodes-base.credentials.${props.credentialType.name}`;
|
||||
|
||||
if (i18n.exists(key)) return;
|
||||
|
||||
Reference in New Issue
Block a user