mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix broken project creation no-changelog (#19027)
This commit is contained in:
@@ -179,7 +179,7 @@ onBeforeMount(async () => {
|
|||||||
type="secondary"
|
type="secondary"
|
||||||
icon="plus"
|
icon="plus"
|
||||||
data-test-id="add-first-project-button"
|
data-test-id="add-first-project-button"
|
||||||
@click="globalEntityCreation.createProject"
|
@click="globalEntityCreation.createProject('add_first_project_button')"
|
||||||
>
|
>
|
||||||
<span>{{ locale.baseText('projects.menu.addFirstProject') }}</span>
|
<span>{{ locale.baseText('projects.menu.addFirstProject') }}</span>
|
||||||
</N8nButton>
|
</N8nButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user