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

Chapter12 <EditInvoiceForm> is correct, not <Form>.

Open takumin0423 opened this issue 1 year ago • 0 comments

In chapter12

/app/dashboard/invoices/[id]/edit/page.tsx I have

<Form invoice={invoice} customers={customers} />

but in /app/ui/invoices/edit-form.tsx says

export default function EditInvoiceForm

so I think <EditInvoiceForm> is correct.

It's a small detail, but I was confused at first, so I would appreciate it if you could correct it for me, thank you! If it is more appropriate to create a PR, please let me know and I will do so!

takumin0423 avatar Feb 12 '24 06:02 takumin0423