Reorganization of backend + new routes
This commit is contained in:
@@ -90,6 +90,7 @@ const Planning: React.FC<{
|
||||
setEventSelected(event);
|
||||
},
|
||||
async onEventUpdate(event) {
|
||||
console.log(event);
|
||||
await handleEventUpdate(event);
|
||||
},
|
||||
},
|
||||
Reference in New Issue
Block a user