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 819ea66 commit e06f0c0Copy full SHA for e06f0c0
ui/src/app/views/project/list/project.list.component.ts
@@ -25,7 +25,7 @@ export class ProjectListComponent {
25
}
26
27
constructor(private _projectStore: ProjectStore) {
28
- this.projectSub = this._projectStore.getProjects()
+ this.projectSub = this._projectStore.getProjectsList()
29
.subscribe((projects) => {
30
if (projects) {
31
this.loading = false;
0 commit comments