fix railway build

This commit is contained in:
KM Koushik
2025-09-08 18:17:37 +10:00
parent 55d8c7e998
commit db7863ca3e

View File

@@ -36,7 +36,11 @@ export const UpgradeModal = () => {
"You've reached the contact book limit for your current plan.",
[LimitReason.TEAM_MEMBER]:
"You've reached the team member limit for your current plan.",
[LimitReason.EMAIL]:
[LimitReason.EMAIL_BLOCKED]:
"You've reached the email sending limit for your current plan.",
[LimitReason.EMAIL_DAILY_LIMIT_REACHED]:
"You've reached the email sending limit for your current plan.",
[LimitReason.EMAIL_FREE_PLAN_MONTHLY_LIMIT_REACHED]:
"You've reached the email sending limit for your current plan.",
};
return reason