general category trip
This commit is contained in:
@@ -15,9 +15,10 @@ export async function createTripAction(formData: FormData) {
|
||||
}
|
||||
|
||||
const raw = {
|
||||
category: formData.get("category") as string,
|
||||
title: formData.get("title") as string,
|
||||
description: formData.get("description") as string,
|
||||
mountain: formData.get("mountain") as string,
|
||||
destination: formData.get("destination") as string,
|
||||
location: formData.get("location") as string,
|
||||
meetingPoint: formData.get("meetingPoint") as string,
|
||||
itinerary: formData.get("itinerary") as string,
|
||||
|
||||
Reference in New Issue
Block a user