mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): UX Improvements to RBAC feature set (#9683)
This commit is contained in:
@@ -26,3 +26,8 @@ export const splitName = (
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const enum ResourceType {
|
||||
Credential = 'credential',
|
||||
Workflow = 'workflow',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user