Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-05-21 07:43:37 +02:00
commit 2f669b7d3a
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ const onDeletedEvent = (timestamp) => {
// Si el evento que eliminamos se encontraba dentro de un dia festivo, volvemos a agregar el evento festivo
if (festiveEventsMap.value[timestamp])
eventsMap.value[timestamp] = festiveEventsMap.value[timestamp];
refreshData();
};
const activeContractRef = ref(null);