fix: resolve prisma v6 warning and next 15 form action typings
This commit is contained in:
@@ -30,7 +30,7 @@ export default async function NeighborhoodFormPage({ params }: { params: Promise
|
||||
</div>
|
||||
|
||||
<div className="bg-paper p-6 rounded-2xl shadow-sm border border-pine/8">
|
||||
<form action={createOrUpdateNeighborhoodAction} className="space-y-5">
|
||||
<form action={createOrUpdateNeighborhoodAction as any} className="space-y-5">
|
||||
<input type="hidden" name="id" value={resolvedParams.id} />
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user