Reactjs – Auto-assign default value – Prisma / Next.js 13.4
When I add a new movie with the form, I want it to have the category with the id 'all-films' by default. How can i do this? Thanks in advance. Here are the codes: new-film.tsx --> const form = useForm({…