diff --git a/src/components/metadata-editor.vue b/src/components/metadata-editor.vue index 59eebfff2..e7e0384d2 100644 --- a/src/components/metadata-editor.vue +++ b/src/components/metadata-editor.vue @@ -135,13 +135,7 @@ checkUuid(); " v-model.trim="uuid" - v-on:keyup.enter=" - () => { - generateRemoteConfig() - .then(fetchHistory) - .catch(() => {}); // Prevent grousing in console - } - " + v-on:keyup.enter="handleUuidEnter" @focus="showDropdown = true" @blur="showDropdown = false" @keydown.down.prevent="highlightNext" @@ -194,11 +188,7 @@