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

@@ -149,6 +149,9 @@ export const useWorkflowsStore = defineStore(STORES.WORKFLOWS, {
return workflowRunData[nodeName];
};
},
getWorkflowById() {
return (id: string): IWorkflowDb => this.workflowsById[id];
},
// Node getters
allConnections() : IConnections {