manueltauber 2023-06-14 12:42:15 +02:00
parent 0db5e3226d
commit b200174bc0
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ public logg(args){
// this.renderGantt = true; // this.renderGantt = true;
// }); // });
this.dataService.fetchUserSupportGroup().then((res: any)=>{ this.dataService.fetchUserSupportGroup().then((res: any)=>{
console.log(res);
this.userSupportGroup = res.name; this.userSupportGroup = res.name;
this.refreshData(); this.refreshData();
this.states = this.dataService.getStates(); this.states = this.dataService.getStates();