Added reservation and username lookup
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m13s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m13s
This commit is contained in:
@@ -136,7 +136,6 @@ watch(timeblock, (tb_new) => {
|
||||
);
|
||||
bookingForm.value.startDate = date.formatDate(tb_new?.start, dateFormat);
|
||||
bookingForm.value.endDate = date.formatDate(tb_new?.end, dateFormat);
|
||||
console.log(tb_new);
|
||||
});
|
||||
|
||||
// //TODO: Turn this into a validator.
|
||||
|
||||
Reference in New Issue
Block a user