We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be86750 commit 992ee0cCopy full SHA for 992ee0c
site/src/xServices/workspace/workspaceXService.ts
@@ -390,7 +390,7 @@ export const workspaceMachine = createMachine(
390
},
391
startWorkspace: async (context) => {
392
if (context.workspace) {
393
- return await API.startWorkspace(context.workspace.id)
+ return await API.startWorkspace(context.workspace.id, context.template?.active_version_id)
394
} else {
395
throw Error("Cannot start workspace without workspace id")
396
}
0 commit comments