mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
ACS-3550 Added dialog role to move dialog (#2764)
This commit is contained in:
@@ -214,7 +214,8 @@ export class NodeActionsService {
|
||||
this.dialog.open(ContentNodeSelectorComponent, {
|
||||
data,
|
||||
panelClass: 'adf-content-node-selector-dialog',
|
||||
width: '630px'
|
||||
width: '630px',
|
||||
role: 'dialog'
|
||||
});
|
||||
|
||||
data.select.subscribe({
|
||||
|
Reference in New Issue
Block a user