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