Skip to content

Commit e851a72

Browse files
committed
Update constants.ts
1 parent 95ff6eb commit e851a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/lib/referrals/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const REFERRAL_STATUS_TRANSITIONS: Record<
5757
ReferralStatus,
5858
readonly ReferralStatus[]
5959
> = {
60-
pending: ["qualified", "closedLost"],
60+
pending: ["qualified", "closedLost", "unqualified"],
6161
qualified: ["closedWon", "closedLost"],
6262
closedWon: [],
6363
closedLost: [],

0 commit comments

Comments
 (0)