Updates to booking
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m30s

This commit is contained in:
2024-04-13 12:11:14 -04:00
parent ea0bc82c49
commit 84867875c5
3 changed files with 107 additions and 26 deletions

View File

@@ -172,8 +172,8 @@ function monthFormatter() {
function getEvents(scope: ResourceIntervalScope) {
const resourceEvents = scheduleStore.getBoatReservations(
scope.resource.id,
date.extractDate(selectedDate.value, 'YYYY-MM-DD')
date.extractDate(selectedDate.value, 'YYYY-MM-DD'),
scope.resource.$id
);
return resourceEvents.map((event) => {