mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -135,7 +135,7 @@ export class ObjectGridComponent implements OnInit {
|
||||
*/
|
||||
@Output() sortFieldChange: EventEmitter<string> = new EventEmitter<string>();
|
||||
data: any = {};
|
||||
columns$: Observable<ListableObject[]>
|
||||
columns$: Observable<ListableObject[]>;
|
||||
|
||||
constructor(private hostWindow: HostWindowService) {
|
||||
this._objects$ = new BehaviorSubject(undefined);
|
||||
|
Reference in New Issue
Block a user