This commit is contained in:
Peter Maquiran
2022-10-03 11:02:32 +01:00
parent a226f722aa
commit b3dfb396f3
7 changed files with 20 additions and 1 deletions
@@ -170,6 +170,8 @@ export class NewGroupPage implements OnInit{
})
});
this.ChatSystemService.getAllRooms();
setTimeout(() => {
this.groupName = ""
}, 150);