diff --git a/src/components/metadata-editor.vue b/src/components/metadata-editor.vue index e10b227dd..2e7458975 100644 --- a/src/components/metadata-editor.vue +++ b/src/components/metadata-editor.vue @@ -133,13 +133,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" @@ -192,11 +186,7 @@