Commit cf72e3f
Fix/update validation issues status label (#4478)
* fix: update API key status label from 'Potential issues' to 'High Error Rate'
Changed the validation-issues status label to more clearly communicate
that the key is receiving invalid requests, rather than implying the
API or key itself is broken.
Changes:
- Label: 'Potential issues' → 'High Error Rate'
- Tooltip: Updated to clarify that requests are invalid (rate limited,
unauthorized, etc.) rather than suggesting system issues
Fixes #4474
* chore: apply biome formatting
* fix: update status label to 'Elevated Rejections' per review
---------
Co-authored-by: CodeReaper <[email protected]>1 parent 0740117 commit cf72e3f
File tree
1 file changed
+3
-2
lines changed- apps/dashboard/app/(app)/[workspaceSlug]/apis/[apiId]/keys/[keyAuthId]/_components/components/table/components/status-cell
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments