next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Chatper 12 "FormSchema" should be "FormData"

Open yanUEd opened this issue 1 year ago • 0 comments

Chatper 12

Then, in your actions.ts file, create a new action, updateInvoice:

// Use Zod to update the expected types const UpdateInvoice = FormSchema.omit({ id: true, date: true });

"FormSchema" should be "FormData"

yanUEd avatar Oct 09 '24 15:10 yanUEd