Deleted one option in group manage page
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user