fix: refactor OverviewTableClient
This commit is contained in:
@@ -13,7 +13,7 @@ export const rewardsAllInput = z
|
||||
.default({ unique: false })
|
||||
|
||||
export const rewardsCurrentInput = z.object({
|
||||
limit: z.number().min(0).default(3),
|
||||
limit: z.number().min(1).default(3),
|
||||
cursor: z.number().optional().default(0),
|
||||
lang: z.nativeEnum(Lang).optional(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user