Skip to content

Commit 8183a34

Browse files
committed
Add storybook
1 parent 7bef76c commit 8183a34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site/src/pages/DeploySettingsPage/AppearanceSettingsPage/AppearanceSettingsPageView.stories.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ const meta: Meta<typeof AppearanceSettingsPageView> = {
2323
export default meta;
2424
type Story = StoryObj<typeof AppearanceSettingsPageView>;
2525

26-
export const Page: Story = {};
26+
export const Entitled: Story = {
27+
args: {
28+
isEntitled: true,
29+
},
30+
};
31+
32+
export const NotEntitled: Story = {};

0 commit comments

Comments
 (0)