mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
chore(core): Use roles from database in global roles (#18768)
This commit is contained in:
@@ -38,6 +38,8 @@ export const useRBACStore = defineStore(STORES.RBAC, () => {
|
||||
folder: {},
|
||||
insights: {},
|
||||
dataStore: {},
|
||||
execution: {},
|
||||
workflowTags: {},
|
||||
});
|
||||
|
||||
function addGlobalRole(role: Role) {
|
||||
|
||||
Reference in New Issue
Block a user