forked from hazza/dspace-angular
[CST-4058] lint errors fixed
This commit is contained in:
@@ -193,7 +193,6 @@ export class GroupFormComponent implements OnInit, OnDestroy {
|
||||
this.groupDescription,
|
||||
];
|
||||
this.formGroup = this.formBuilderService.createFormGroup(this.formModel);
|
||||
debugger;
|
||||
this.subs.push(
|
||||
observableCombineLatest(
|
||||
this.groupDataService.getActiveGroup(),
|
||||
|
Reference in New Issue
Block a user