Open yanUEd opened 1 month ago
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"
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"