Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
commit
2f669b7d3a
|
@ -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
|
// Si el evento que eliminamos se encontraba dentro de un dia festivo, volvemos a agregar el evento festivo
|
||||||
if (festiveEventsMap.value[timestamp])
|
if (festiveEventsMap.value[timestamp])
|
||||||
eventsMap.value[timestamp] = festiveEventsMap.value[timestamp];
|
eventsMap.value[timestamp] = festiveEventsMap.value[timestamp];
|
||||||
|
refreshData();
|
||||||
};
|
};
|
||||||
const activeContractRef = ref(null);
|
const activeContractRef = ref(null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue