make default filter in approvals be pending

This commit is contained in:
miloschwartz
2026-01-19 21:14:33 -08:00
parent 2e802301ae
commit f143d2e214
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ export function ApprovalFeed({ orgId }: ApprovalFeedProps) {
`${path}?${newSearch.toString()}`
);
}}
value={filters.approvalState ?? "all"}
value={filters.approvalState ?? "pending"}
>
<SelectTrigger
id="approvalState"