mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Show docs link in credential modal when docs sidebar is hidden (#10750)
This commit is contained in:
@@ -266,7 +266,10 @@ watch(showOAuthSuccessBanner, (newValue, oldValue) => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<template v-if="credentialPermissions.update">
|
<template v-if="credentialPermissions.update">
|
||||||
<n8n-notice v-if="documentationUrl && credentialProperties.length && !docs" theme="warning">
|
<n8n-notice
|
||||||
|
v-if="documentationUrl && credentialProperties.length && !showCredentialDocs"
|
||||||
|
theme="warning"
|
||||||
|
>
|
||||||
{{ $locale.baseText('credentialEdit.credentialConfig.needHelpFillingOutTheseFields') }}
|
{{ $locale.baseText('credentialEdit.credentialConfig.needHelpFillingOutTheseFields') }}
|
||||||
<span class="ml-4xs">
|
<span class="ml-4xs">
|
||||||
<n8n-link :to="documentationUrl" size="small" bold @click="onDocumentationUrlClick">
|
<n8n-link :to="documentationUrl" size="small" bold @click="onDocumentationUrlClick">
|
||||||
|
|||||||
Reference in New Issue
Block a user