File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
apps/web/src/components/payments Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 ] :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { cn } from "../lib/utils";
66
77interface Props {
88 children : string ;
9- lang : BundledLanguage ;
9+ lang : BundledLanguage | "text" ;
1010 className ?: string ;
1111}
1212
You can’t perform that action at this time.
0 commit comments