We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ff6eb commit e851a72Copy full SHA for e851a72
apps/web/lib/referrals/constants.ts
@@ -57,7 +57,7 @@ export const REFERRAL_STATUS_TRANSITIONS: Record<
57
ReferralStatus,
58
readonly ReferralStatus[]
59
> = {
60
- pending: ["qualified", "closedLost"],
+ pending: ["qualified", "closedLost", "unqualified"],
61
qualified: ["closedWon", "closedLost"],
62
closedWon: [],
63
closedLost: [],
0 commit comments