const onSubmit = (data)=>{
console.log(data);
}
this is an onSubmit function that is having data from react-hook-form.
Please help me send this to prisma to create a new task in my database.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
const onSubmit = (data)=>{
console.log(data);
}
this is an onSubmit function that is having data from react-hook-form.
Please help me send this to prisma to create a new task in my database.