0
0
Fork 0

refactor: modified button to prevent submit

This commit is contained in:
Jon Elias 2024-11-25 12:19:20 +01:00
parent c558636799
commit d191d88e81
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ onUnmounted(() => {
v-if="showSearchBar"
v-model="store.userParams.search"
:placeholder="$t('globals.search')"
@keydown.enter="reFetch"
@keydown.enter.stop.prevent="reFetch"
>
<template #prepend>
<QBtn color="primary" icon="search" dense flat @click="reFetch()" />