Skip to content
Snippets Groups Projects
Verified Commit ccdcb3d4 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Remove null property send.

parent 8d8f0015
No related branches found
No related tags found
2 merge requests!69Possibility to insert a reservation and new docs.,!67Insert a reservation and search by senior.
......@@ -38,7 +38,6 @@ export const ReservationDialog: FC<ReservationDialogProps> = ({
getRoleObject().then((role) => {
filledReservation.insertedBy = role.id;
});
filledReservation.driverShift = null;
filledReservation.senior = senior?.id;
console.log(filledReservation);
setReservation(filledReservation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment