This commit is contained in:
@@ -141,7 +141,11 @@
|
||||
|
||||
<ClientOnly>
|
||||
<div v-if="selectedGraphLoteId" class="mt-2">
|
||||
<LotesTrazabilidad :lote-id="selectedGraphLoteId" @close="selectedGraphLoteId = null" />
|
||||
<LotesTrazabilidad
|
||||
:key="selectedGraphLoteId"
|
||||
:lote-id="selectedGraphLoteId"
|
||||
@close="selectedGraphLoteId = null"
|
||||
/>
|
||||
</div>
|
||||
<template #fallback>
|
||||
<USkeleton class="h-64" />
|
||||
|
||||
Reference in New Issue
Block a user