feat: refs #7301 enhance VnDateBadge styling and improve ItemLastEntries component #1161

Merged
pablone merged 2 commits from 7301-warmFix into test 2025-01-03 08:02:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7eb11c497b - Show all commits

View File

@ -59,7 +59,7 @@ const arrayData = useArrayData('ZoneEvents');
const exclusionGeoCreate = async () => {
const params = {
zoneFk: parseInt(route.params.id),
date: dated.value,
date: dated,
geoIds: tickedNodes.value,
};
await axios.post('Zones/exclusionGeo', params);