++ aggiunta la prenotazione negli eventi. con la lista degli utenti.
This commit is contained in:
@@ -29,7 +29,7 @@ export default function () {
|
||||
|
||||
function isAlreadyBooked(eventparam: IEvents) {
|
||||
const calendarStore = useCalendarStore()
|
||||
return calendarStore.findEventBooked(eventparam, true)
|
||||
return calendarStore.findEventBooked(eventparam._id, true)
|
||||
}
|
||||
|
||||
function getWhereIcon(where: string) {
|
||||
|
||||
Reference in New Issue
Block a user