mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix credential errors in executions view for workflow sharee (#6875)
This commit is contained in:
@@ -361,6 +361,7 @@ export const nodeHelpers = defineComponent({
|
||||
const isInstanceOwner = this.usersStore.isInstanceOwner;
|
||||
const isCredentialUsedInWorkflow =
|
||||
this.workflowsStore.usedCredentials?.[selectedCredentials.id as string];
|
||||
|
||||
if (!isCredentialUsedInWorkflow && !isInstanceOwner) {
|
||||
foundIssues[credentialTypeDescription.name] = [
|
||||
this.$locale.baseText('nodeIssues.credentials.doNotExist', {
|
||||
|
||||
Reference in New Issue
Block a user