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:
@@ -6,7 +6,7 @@
|
||||
<ion-icon (click)="close()" slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
</div>
|
||||
<div class="middle">
|
||||
<ion-label class="title">Alterar Nome do grupo</ion-label>
|
||||
<ion-label class="title">Alterar assunto</ion-label>
|
||||
</div>
|
||||
<app-btn-seguinte *ngIf="groupName" (click)="changeGroupName()"></app-btn-seguinte>
|
||||
</div>
|
||||
|
||||
@@ -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