feat: build audit outreach review workspace

This commit is contained in:
Matthias
2026-06-05 16:47:22 +02:00
parent 1feccb9bdf
commit 5a42c637c6
15 changed files with 1786 additions and 38 deletions

View File

@@ -286,7 +286,8 @@ function getLeadFunnelStageId(lead: LeadFunnelInput): LeadFunnelStageId {
if (
lead.contactStatus === "outreach_ready" ||
lead.outreach?.approvalStatus === "draft"
lead.outreach?.approvalStatus === "draft" ||
lead.outreach?.approvalStatus === "approved"
) {
return "review_open";
}