[CST-9636] WIP improve bulk access page

This commit is contained in:
Giuseppe Digilio
2023-05-10 15:12:55 +02:00
parent 3924a82048
commit 35d4561d53
5 changed files with 100 additions and 29 deletions

View File

@@ -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 {