general category trip

This commit is contained in:
2026-05-07 18:47:45 +07:00
parent 12f13f2049
commit 49aa64c522
25 changed files with 904 additions and 386 deletions
+2 -1
View File
@@ -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,