feat: Add sharing permissions info for workflow sharees (#4892)

* feat: Add sharing permissions info for workflow sharees

* fix: Remove infotip for owner
This commit is contained in:
Alex Grozav
2022-12-12 14:46:34 +02:00
committed by GitHub
parent 1cce8eaf16
commit c013245db7
5 changed files with 23 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ export default mixins(
].concat(this.credentialData.sharedWith || []);
},
credentialOwnerName(): string {
return this.credentialsStore.getCredentialOwnerName(this.credentialId);
return this.credentialsStore.getCredentialOwnerName(`${this.credentialId}`);
},
},
methods: {