mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix change
This commit is contained in:
@@ -131,6 +131,8 @@ export class NewGroupPage implements OnInit{
|
||||
members: []
|
||||
})
|
||||
|
||||
console.log(result)
|
||||
|
||||
if(result.isOk()) {
|
||||
this.addGroupMessage.emit(result.value.id);
|
||||
} else if(result.error instanceof HttpErrorResponse) {
|
||||
|
||||
Reference in New Issue
Block a user