Skip to content

Commit f1475ab

Browse files
authored
Fix create workspace missing project id (#19122)
1 parent 874a733 commit f1475ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dashboard/src/service/json-rpc-workspace-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export class JsonRpcWorkspaceClient implements PromiseClient<typeof WorkspaceSer
136136
contextUrl: request.source.value,
137137
forceDefaultConfig: request.forceDefaultConfig,
138138
workspaceClass: request.workspaceClass,
139+
projectId: request.configurationId,
139140
ideSettings: {
140141
defaultIde: request.editor.name,
141142
useLatestVersion: request.editor.version === "latest",

0 commit comments

Comments
 (0)