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 dedc204 commit 5c4460bCopy full SHA for 5c4460b
site/src/pages/TerminalPage/TerminalPage.stories.tsx
@@ -13,6 +13,7 @@ import {
13
MockAppearanceConfig,
14
MockAuthMethodsAll,
15
MockBuildInfo,
16
+ MockDefaultOrganization,
17
MockEntitlements,
18
MockExperiments,
19
MockUser,
@@ -70,6 +71,7 @@ const meta = {
70
71
{ key: ["entitlements"], data: MockEntitlements },
72
{ key: ["experiments"], data: MockExperiments },
73
{ key: ["appearance"], data: MockAppearanceConfig },
74
+ { key: ["organizations"], data: [MockDefaultOrganization] },
75
{
76
key: getAuthorizationKey({ checks: permissionsToCheck }),
77
data: { editWorkspaceProxies: true },
0 commit comments