mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 23:09:02 +00:00
Reflect last commit changes to web
This commit is contained in:
@@ -22,7 +22,7 @@ export class ProjectSelectComponent implements OnInit {
|
||||
|
||||
loadProjectList() {
|
||||
this.apiService.getProjects().subscribe(data => {
|
||||
this.projectList = data["projects"]
|
||||
this.projectList = data["content"]["projects"]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user