Skip to content

Commit 52b5832

Browse files
committed
Fix story
1 parent d5eff1c commit 52b5832

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ export const RunningWithAppStatuses: Story = {
234234
available: 1,
235235
},
236236
},
237+
latest_app_status: {
238+
...Mocks.MockWorkspaceAppStatus,
239+
agent_id: Mocks.MockWorkspaceAgent.id,
240+
},
237241
},
238242
handleStart: action("start"),
239243
handleStop: action("stop"),

0 commit comments

Comments
 (0)