fix build
This commit is contained in:
@@ -36,6 +36,8 @@ export const UpgradeModal = () => {
|
|||||||
"You've reached the contact book limit for your current plan.",
|
"You've reached the contact book limit for your current plan.",
|
||||||
[LimitReason.TEAM_MEMBER]:
|
[LimitReason.TEAM_MEMBER]:
|
||||||
"You've reached the team member limit for your current plan.",
|
"You've reached the team member limit for your current plan.",
|
||||||
|
[LimitReason.WEBHOOK]:
|
||||||
|
"You've reached the webhook limit for your current plan.",
|
||||||
[LimitReason.EMAIL_BLOCKED]:
|
[LimitReason.EMAIL_BLOCKED]:
|
||||||
"You've reached the email sending limit for your current plan.",
|
"You've reached the email sending limit for your current plan.",
|
||||||
[LimitReason.EMAIL_DAILY_LIMIT_REACHED]:
|
[LimitReason.EMAIL_DAILY_LIMIT_REACHED]:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { cn } from "../lib/utils";
|
|||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
children: string;
|
children: string;
|
||||||
lang: BundledLanguage;
|
lang: BundledLanguage | "text";
|
||||||
className?: string;
|
className?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user