Hotfix: ZoneLocationsTree #995

Merged
jon merged 6 commits from Fix-ZoneLocationsTree2 into master 2024-11-25 11:56:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d191d88e81 - Show all commits

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()" />