New dashboard improvements.
[src/xds/xds-agent.git] / webapp / src / app / pages / projects / projects.component.ts
index 179bbd0..761ff50 100644 (file)
@@ -23,7 +23,7 @@ export class ProjectsComponent implements OnInit {
   }
 
   ngOnInit() {
-    this.projects$ = this.projectSvr.Projects$;
+    this.projects$ = this.projectSvr.projects$;
   }
 
   add() {