Deleted one option in group manage page

This commit is contained in:
2026-04-28 11:28:08 +01:00
parent 9367f5e7b3
commit f09d5a0f11
2 changed files with 6 additions and 17 deletions
@@ -35,7 +35,7 @@ export class GroupInfoComponent implements OnInit {
idGroup = output<number>();
options = [1, 2, 3];
options = [1, 2];
ngOnInit() {
this.group.set(this.groupSelected());