fix railway build
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user