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