mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Save new project on Enter in name field (#15535)
This commit is contained in:
@@ -323,6 +323,7 @@ onMounted(() => {
|
||||
required
|
||||
data-test-id="project-settings-name-input"
|
||||
:class="$style['project-name-input']"
|
||||
@enter="onSubmit"
|
||||
@input="onNameInput"
|
||||
@validate="isValid = $event"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user