[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

@@ -1,4 +1,4 @@
import { Component, OnInit } from '@angular/core';
import { Component, Input, OnInit } from '@angular/core';
@Component({
selector: 'ds-bulk-access-settings',
@@ -7,6 +7,11 @@ import { Component, OnInit } from '@angular/core';
})
export class BulkAccessSettingsComponent implements OnInit {
/**
* The selection list id
*/
@Input() listId!: string;
constructor() { }
ngOnInit(): void {