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 8890fee commit d9e455dCopy full SHA for d9e455d
src/app/component/teams/teams.component.ts
@@ -13,7 +13,7 @@ export class TeamsComponent implements OnInit {
13
teamGroups: Map<string, string[]> = new Map();
14
15
constructor(private yaml: ymlService) {}
16
-
+
17
ngOnInit(): void {
18
this.yaml.setURI('./assets/YAML/meta.yaml');
19
// Function sets column header
0 commit comments