Skip to content

Commit

Permalink
added demo org to webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jan 24, 2025
1 parent 97029fc commit 3cb5d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/components/templates/webhooks/webhooksPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ const WebhooksPage = (props: WebhooksPageProps) => {

if (
org?.currentOrg?.tier !== "enterprise" &&
org?.currentOrg?.tier !== "pro-20240913"
org?.currentOrg?.tier !== "pro-20240913" &&
org?.currentOrg?.tier !== "demo"
) {
return (
<div className="flex flex-col space-y-8 items-center min-h-[calc(100vh-200px)]">
Expand Down

0 comments on commit 3cb5d14

Please sign in to comment.