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:
yyhhyyyyyy
2026-05-25 23:15:59 +08:00
committed by GitHub
parent 465c5edab9
commit 349d5429ca
9 changed files with 76 additions and 41 deletions
+1
View File
@@ -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/')({