forked from hazza/dspace-angular
[CST-9636] WIP improve bulk access page
This commit is contained in:
@@ -7,6 +7,12 @@ import { Component, OnInit } from '@angular/core';
|
||||
})
|
||||
export class BulkAccessComponent implements OnInit {
|
||||
|
||||
|
||||
/**
|
||||
* The selection list id
|
||||
*/
|
||||
listId: string = 'bulk-access-list';
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit(): void {
|
||||
|
Reference in New Issue
Block a user