Skip to content

Commit 5c4460b

Browse files
committed
fix story
1 parent dedc204 commit 5c4460b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/pages/TerminalPage/TerminalPage.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
MockAppearanceConfig,
1414
MockAuthMethodsAll,
1515
MockBuildInfo,
16+
MockDefaultOrganization,
1617
MockEntitlements,
1718
MockExperiments,
1819
MockUser,
@@ -70,6 +71,7 @@ const meta = {
7071
{ key: ["entitlements"], data: MockEntitlements },
7172
{ key: ["experiments"], data: MockExperiments },
7273
{ key: ["appearance"], data: MockAppearanceConfig },
74+
{ key: ["organizations"], data: [MockDefaultOrganization] },
7375
{
7476
key: getAuthorizationKey({ checks: permissionsToCheck }),
7577
data: { editWorkspaceProxies: true },

0 commit comments

Comments
 (0)