mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Issue with context menu disabling most options when importing template (#15185)
This commit is contained in:
@@ -380,12 +380,11 @@ async function initializeWorkspaceForNewWorkflow() {
|
||||
|
||||
const parentFolderId = route.query.parentFolderId as string | undefined;
|
||||
|
||||
await workflowsStore.getNewWorkflowData(
|
||||
await workflowsStore.getNewWorkflowDataAndMakeShareable(
|
||||
undefined,
|
||||
projectsStore.currentProjectId,
|
||||
parentFolderId,
|
||||
);
|
||||
workflowsStore.makeNewWorkflowShareable();
|
||||
|
||||
if (projectsStore.currentProjectId) {
|
||||
await fetchAndSetProject(projectsStore.currentProjectId);
|
||||
|
||||
Reference in New Issue
Block a user