feat: build audit outreach review workspace
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user