perf: refs #8647 warnings
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jon Elias 2025-04-11 11:56:53 +02:00
parent be3c48b9f1
commit 27691943d3
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ const getConfirmationValue = (isConfirmed) => {
}
"
/>
{{ console.log('entityId: ', typeof entityId) }}
<CardDescriptor
v-bind="$attrs"
:id="entityId"

View File

@ -27,7 +27,7 @@ const entityId = computed(() => {
<template>
<EntityDescriptor :url="`Zones/${entityId}`" :filter="filter" data-key="Zone">
<template #menu="{ entity }">
<ZoneDescriptorMenuItems :zone="entity" />
<ZoneDescriptorMenuItems />
</template>
<template #body="{ entity }">
<VnLv :label="$t('list.agency')" :value="entity.agencyMode?.name" />