We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb374ab commit 739fae9Copy full SHA for 739fae9
apps/builder/app/builder/shared/nano-states/index.ts
@@ -41,7 +41,7 @@ export const $activeInspectorPanel = atom<"style" | "settings">("style");
41
export const $userPlanFeatures = atom<UserPlanFeatures>({
42
allowShareAdminLinks: false,
43
allowDynamicData: false,
44
- allowContactEmail: false,
+ maxContactEmails: 0,
45
maxDomainsAllowedPerUser: 1,
46
hasSubscription: false,
47
hasProPlan: false,
apps/builder/app/dashboard/dashboard.stories.tsx
@@ -33,7 +33,7 @@ const userPlanFeatures: UserPlanFeatures = {
33
34
35
36
37
38
};
39
0 commit comments