fix(editor): Fix broken project creation no-changelog (#19027)

This commit is contained in:
Andreas Fitzek
2025-09-01 10:52:38 +02:00
committed by GitHub
parent 5510e4e378
commit 864b51d135

View File

@@ -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>