import { Course, Student } from "@/data"; import { Button, Grid, TextField } from "@material-ui/core"; import { Alert, Autocomplete } from "@material-ui/lab"; import React from "react"; import { sampleCourse } from "@/provider/dummy/student"; type StudentFormProps = { student: Student } export const StudentForm = ({ student }: StudentFormProps) => { return ( <> course.name } renderInput={ props => } options={[ sampleCourse ]} value={ student.course } disabled /> skontaktuj się z opiekunem }> Powyższe dane nie są poprawne? ); }