fix: handle paginated API key search response (#5014)
* fix: handle paginated API key search response * fix: add accessible label to API key filter
This commit is contained in:
@@ -29,6 +29,7 @@ const apiKeySearchSchema = z.object({
|
||||
.optional()
|
||||
.catch([]),
|
||||
filter: z.string().optional().catch(''),
|
||||
token: z.string().optional().catch(''),
|
||||
})
|
||||
|
||||
export const Route = createFileRoute('/_authenticated/keys/')({
|
||||
|
||||
Reference in New Issue
Block a user