mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user