Skip to content

Commit 69ce660

Browse files
committed
feat: add primaryRuntime to runtimes in Project.service for enhanced runtime details
1 parent 689c84a commit 69ce660

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)