Skip to content

Commit e06f0c0

Browse files
sguiheuxyesnault
authored andcommitted
fix(ui): load projects (#3012)
1 parent 819ea66 commit e06f0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/views/project/list/project.list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class ProjectListComponent {
2525
}
2626

2727
constructor(private _projectStore: ProjectStore) {
28-
this.projectSub = this._projectStore.getProjects()
28+
this.projectSub = this._projectStore.getProjectsList()
2929
.subscribe((projects) => {
3030
if (projects) {
3131
this.loading = false;

0 commit comments

Comments
 (0)