Skip to content

Commit 2c2e76e

Browse files
committed
another
1 parent 9422fa2 commit 2c2e76e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

site/src/pages/WorkspaceSettingsPage/WorkspaceSettingsPageView.stories.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ type Story = StoryObj<typeof WorkspaceSettingsPageView>;
1616

1717
export const Example: Story = {};
1818

19-
export const AutoUpdates: Story = {
20-
args: {
21-
templatePoliciesEnabled: true,
22-
},
23-
};
24-
2519
export const RenamesDisabled: Story = {
2620
args: {
2721
workspace: { ...MockWorkspace, allow_renames: false },

0 commit comments

Comments
 (0)