mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
[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