Skip to content

Commit

Permalink
fix to quick cone search key input (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 authored Sep 30, 2024
1 parent edb659f commit f0ecb8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ConeSearch.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-form ref="form">
<v-form ref="form" @submit.prevent="onSearch">
<v-text-field class="pt-2"
label="Quick Cone Search"
v-model="searchQuery"
Expand All @@ -9,7 +9,6 @@
@input="validate"
clearable
validate-on-blur="true"
@keyup.enter="onSearch"
@click:clear="onClear"
>
<template v-slot:prepend>
Expand Down

0 comments on commit f0ecb8e

Please sign in to comment.