#8647 fix vitest warnings #1467

Merged
jon merged 91 commits from 8647_fix_warnings into dev 2025-04-16 11:18:11 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 27691943d3 - Show all commits

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