mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Implement folder navigation in workflows list (#13370)
This commit is contained in:
committed by
GitHub
parent
f2b15ea086
commit
0eae14e27a
@@ -22,4 +22,5 @@ export const RESOURCES = {
|
||||
variable: [...DEFAULT_OPERATIONS] as const,
|
||||
workersView: ['manage'] as const,
|
||||
workflow: ['share', 'execute', 'move', ...DEFAULT_OPERATIONS] as const,
|
||||
folder: ['create', 'read'] as const,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user