fix: only render currentlang of no other urls are available
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import z from "zod"
|
||||
|
||||
import { Lang } from "@/constants/languages"
|
||||
|
||||
export const headerInput = z
|
||||
.object({
|
||||
lang: z.nativeEnum(Lang),
|
||||
})
|
||||
.optional()
|
||||
Reference in New Issue
Block a user