diff --git a/packages/frontend/editor-ui/src/components/Projects/ProjectNavigation.vue b/packages/frontend/editor-ui/src/components/Projects/ProjectNavigation.vue index 805ef2fab7..09704db7c5 100644 --- a/packages/frontend/editor-ui/src/components/Projects/ProjectNavigation.vue +++ b/packages/frontend/editor-ui/src/components/Projects/ProjectNavigation.vue @@ -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')" > {{ locale.baseText('projects.menu.addFirstProject') }}