fix(Jira Trigger Node): Update credentials UI (#9198)

This commit is contained in:
Michael Kret
2024-05-01 07:26:09 +03:00
committed by GitHub
parent 741e8299d6
commit ed98ca2fb7
3 changed files with 61 additions and 11 deletions

View File

@@ -561,6 +561,7 @@ export default defineComponent({
return !KEEP_AUTH_IN_NDV_FOR_NODES.includes(this.node.type || '') && isRequired;
},
getCredentialsFieldLabel(credentialType: INodeCredentialDescription): string {
if (credentialType.displayName) return credentialType.displayName;
const credentialTypeName = this.credentialTypeNames[credentialType.name];
const isCredentialOnlyNode = this.node.type.startsWith(CREDENTIAL_ONLY_NODE_PREFIX);