fix 3
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m6s

This commit is contained in:
2025-11-22 02:34:29 -06:00
parent ef7554dafd
commit 883896a864

View File

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