We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f96d1 commit f83f04cCopy full SHA for f83f04c
dashboard/starter-example/app/ui/invoices/buttons.tsx
@@ -27,7 +27,7 @@ export function UpdateInvoice({ id }: { id: string }) {
27
export function DeleteInvoice({ id }: { id: string }) {
28
return (
29
<>
30
- <button className="rounded-md border p-2 hover:bg-gray-100">
+ <button type="submit" className="rounded-md border p-2 hover:bg-gray-100">
31
<span className="sr-only">Delete</span>
32
<TrashIcon className="w-5" />
33
</button>
0 commit comments