mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Fix folder creation (no-changelog) (#14125)
This commit is contained in:
@@ -1218,7 +1218,7 @@ const onCreateWorkflowClick = () => {
|
|||||||
@sort="onSortUpdated"
|
@sort="onSortUpdated"
|
||||||
>
|
>
|
||||||
<template #header>
|
<template #header>
|
||||||
<ProjectHeader>
|
<ProjectHeader @create-folder="createFolderInCurrent">
|
||||||
<InsightsSummary
|
<InsightsSummary
|
||||||
v-if="overview.isOverviewSubPage"
|
v-if="overview.isOverviewSubPage"
|
||||||
:loading="insightsStore.summary.isLoading"
|
:loading="insightsStore.summary.isLoading"
|
||||||
|
|||||||
Reference in New Issue
Block a user