Skip to content

Commit 5858c8d

Browse files
committed
Add story for checking debug
1 parent c3a8dd9 commit 5858c8d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ export const Failed: Story = {
7373
},
7474
};
7575

76+
export const FailedWithDebug: Story = {
77+
args: {
78+
workspace: Mocks.MockFailedWorkspace,
79+
canDebug: true,
80+
},
81+
};
82+
7683
export const Updating: Story = {
7784
args: {
7885
isUpdating: true,

0 commit comments

Comments
 (0)