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

Include reservation dialog.

parent 80117704
No related branches found
No related tags found
2 merge requests!60New component to search senior (see #12). Enhance responsiveness and solve #10 and #11,!58Camelize data and insert react-hook-form in autocomplete.
......@@ -11,6 +11,7 @@ import { useReservations } from 'hooks/useReservations';
import { ReservationProps } from 'components/Dashboard/ReservationPage/Reservation/ReservationProps';
import { SubmitHandler, useForm } from 'react-hook-form';
import { InputField } from 'components/Auth/InputField/InputField';
import { SeniorSearch } from './Reservation/SeniorSearch';
type ReservationDialogProps = {
handleClose: () => void;
......@@ -45,6 +46,7 @@ export const ReservationDialog: FC<ReservationDialogProps> = ({
Write here below the details of your next reservation
</DialogContentText>
<SeniorSearch />
<InputField
name="name"
label="Name Reservation"
......
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