Skip to content

Commit 4fc07cb

Browse files
committed
add story
1 parent bcc6636 commit 4fc07cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/src/pages/TemplatesPage/TemplatesPageView.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ export const WithTemplates: Story = {
6969
},
7070
};
7171

72+
export const MultipleOrganizations: Story = {
73+
args: {
74+
...WithTemplates.args,
75+
showOrganizations: true,
76+
},
77+
};
78+
7279
export const EmptyCanCreate: Story = {
7380
args: {
7481
canCreateTemplates: true,

0 commit comments

Comments
 (0)