Merge branch 'max_dev' of Software_Engineering_I/greenvironment-frontend into master

master
Max_ES 5 years ago committed by Gitea
commit 31e95e94a5

@ -47,7 +47,7 @@ export class Group {
}
public updateAdmins(admins: IUser[]) {
// this.admins = [];
this.admins = [];
for (const admin of admins) {
const user = new User();
this.admins.push(user.assignFromResponse(admin));

@ -64,6 +64,7 @@ export class GroupService extends BaseService {
name
dueDate
joined
deletable
}
}`, variables: {
name: name,

Loading…
Cancel
Save