make client link work approval feed

This commit is contained in:
miloschwartz
2026-01-19 21:07:15 -08:00
parent 7305c721a6
commit 2e802301ae
3 changed files with 19 additions and 32 deletions

View File

@@ -334,6 +334,7 @@ export type ApprovalItem = {
approvalId: number;
orgId: string;
clientId: number | null;
niceId: string | null;
decision: "pending" | "approved" | "denied";
type: "user_device";
user: {