Skip to content

Commit eed37d0

Browse files
committed
fix build
1 parent d3b6ba7 commit eed37d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/web/src/components/payments/UpgradeModal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export const UpgradeModal = () => {
3636
"You've reached the contact book limit for your current plan.",
3737
[LimitReason.TEAM_MEMBER]:
3838
"You've reached the team member limit for your current plan.",
39+
[LimitReason.WEBHOOK]:
40+
"You've reached the webhook limit for your current plan.",
3941
[LimitReason.EMAIL_BLOCKED]:
4042
"You've reached the email sending limit for your current plan.",
4143
[LimitReason.EMAIL_DAILY_LIMIT_REACHED]:

packages/ui/src/code-block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { cn } from "../lib/utils";
66

77
interface Props {
88
children: string;
9-
lang: BundledLanguage;
9+
lang: BundledLanguage | "text";
1010
className?: string;
1111
}
1212

0 commit comments

Comments
 (0)