fix a bunch of <button>s acting as submit buttons breaking enter key

This commit is contained in:
Henry Jameson 2021-02-01 21:07:09 +02:00
parent de66267a07
commit 982c799b6f
7 changed files with 16 additions and 1 deletions

View file

@ -16,6 +16,7 @@
<button
class="btn button-default search-button"
@click="newQuery(searchTerm)"
type="submit"
>
<FAIcon icon="search" />
</button>