Skip to content

Commit fbf7083

Browse files
authored
feat(editor): Save new project on Enter in name field (#15535)
1 parent a426ecd commit fbf7083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/editor-ui/src/views/ProjectSettings.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ onMounted(() => {
323323
required
324324
data-test-id="project-settings-name-input"
325325
:class="$style['project-name-input']"
326+
@enter="onSubmit"
326327
@input="onNameInput"
327328
@validate="isValid = $event"
328329
/>

0 commit comments

Comments
 (0)