mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add progress bar
This commit is contained in:
@@ -41,9 +41,8 @@ export class EditGroupPage implements OnInit {
|
||||
"name": name,
|
||||
}
|
||||
this.chatService.renameGroup(body).subscribe(res=>{
|
||||
console.log(res);
|
||||
this.modalController.dismiss(res['group']);
|
||||
});
|
||||
this.close();
|
||||
}
|
||||
else{
|
||||
console.log("Invalid name!");
|
||||
|
||||
Reference in New Issue
Block a user