fase 0 migration metadata

This commit is contained in:
2026-05-07 18:11:59 +07:00
parent 7c4440bf41
commit 1e7259f38a
15 changed files with 50 additions and 54 deletions
+2 -2
View File
@@ -42,10 +42,10 @@ export const createTripSchema = z
mountain: z
.string()
.trim()
.min(2, "Nama gunung harus diisi")
.min(2, "Destinasi harus diisi")
.max(
LIMITS.MAX_MOUNTAIN_LENGTH,
`Nama gunung maksimal ${LIMITS.MAX_MOUNTAIN_LENGTH} karakter`
`Destinasi maksimal ${LIMITS.MAX_MOUNTAIN_LENGTH} karakter`
),
location: z
.string()