Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaldesc committed Jun 16, 2024
1 parent 8410f5d commit 6282adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions react.d.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default function Material_booking_form(props: {client_id: any, sessionInf
} : null;

console.log(extendedBooking);
//@ts-ignore
(selectedTime && selectedService) ? setIsModalOpen(true) : setShowError(true) && setTimeout(() => setShowError(false), 3000);
setSelectedEmployee(employee);
setExtendedBooking(extendedBooking as ServicePredictionPost_type);
Expand Down

0 comments on commit 6282adb

Please sign in to comment.