mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(editor): Implement 'Shared with you' section in the main navigation (#15140)
This commit is contained in:
committed by
GitHub
parent
abdbe50907
commit
1c65e82b38
@@ -563,6 +563,9 @@ export const enum VIEWS {
|
||||
FOLDERS = 'Folders',
|
||||
PROJECTS_FOLDERS = 'ProjectsFolders',
|
||||
INSIGHTS = 'Insights',
|
||||
SHARED_WITH_ME = 'SharedWithMe',
|
||||
SHARED_WORKFLOWS = 'SharedWorkflows',
|
||||
SHARED_CREDENTIALS = 'SharedCredentials',
|
||||
}
|
||||
|
||||
export const EDITABLE_CANVAS_VIEWS = [VIEWS.WORKFLOW, VIEWS.NEW_WORKFLOW, VIEWS.EXECUTION_DEBUG];
|
||||
|
||||
Reference in New Issue
Block a user