Skip to content

Commit 6101508

Browse files
authored
Merge pull request #225 from code0-tech/feat/#190
Runtime assignment should be primary directly
2 parents 689c84a + 69ce660 commit 6101508

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/packages/ce/src/project/services/Project.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ export class ProjectService extends ReactiveArrayService<ProjectView, ProjectDep
9696
runtimes: {
9797
count: payload.runtimeIds.length,
9898
nodes: payload.runtimeIds.map(runtimeId => ({ id: runtimeId }))
99-
}
99+
},
100+
primaryRuntime: result.data.namespacesProjectsAssignRuntimes.namespaceProject.primaryRuntime
100101
})))
101102

102103
}

0 commit comments

Comments
 (0)