fix: make sidebar and blocks nullable
This commit is contained in:
@@ -6,5 +6,5 @@ const langs = Object.keys(Lang) as [keyof typeof Lang]
|
||||
|
||||
export const getLoyaltyPageInput = z.object({
|
||||
href: z.string().min(1, { message: "href is required" }),
|
||||
locale: z.enum(langs),
|
||||
locale: z.nativeEnum(Lang),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user