Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
William Buezas 2025-03-20 17:24:04 -03:00
parent e97aa4b2a4
commit 316fa02ff7
3 changed files with 6951 additions and 5575 deletions

File diff suppressed because it is too large Load Diff

View File

@ -82,7 +82,7 @@ onMounted(() => {
<template>
<VnInput
v-model="searchTerm"
@keyup.enter="search()"
@keyup.enter.stop="search()"
:placeholder="props.placeholder || t('search')"
bg-color="white"
is-outlined

View File

@ -14,7 +14,6 @@ const { isHeaderMounted } = storeToRefs(appStore);
const loading = ref(false);
const items = ref([]);
const itemFilterProps = {
fields: ['id', 'name', 'longName', 'description', 'isActive'], // Incluye explícitamente 'longName'
include: [
{
relation: 'itemType',