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

Change passed prop type.

parent 76020b06
No related branches found
No related tags found
1 merge request!69Possibility to insert a reservation and new docs.
Pipeline #12711 passed
......@@ -5,10 +5,10 @@ import Autocomplete from '@material-ui/lab/Autocomplete';
import { getSeniorList } from 'api/getSeniorList';
import { ResponseProps } from 'api/ResponseProps';
import { Control, Controller } from 'react-hook-form';
import { ReservationProps } from './ReservationProps';
import { InsertReservationProps } from './InsertReservationProps';
type SeniorSearchProps = {
control: Control<ReservationProps>;
control: Control<InsertReservationProps>;
};
export const SeniorSearch: FC<SeniorSearchProps> = ({
......
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