mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-3546] Fix for Create new folder a11y (#2715)
* [ACS-3546] Fix for Create new folder a11y * lint issue fix
This commit is contained in:
parent
2fc12f8898
commit
2d6375aad1
@ -226,7 +226,8 @@ export class ContentManagementService {
|
|||||||
createTitle: undefined,
|
createTitle: undefined,
|
||||||
nodeType: 'cm:folder'
|
nodeType: 'cm:folder'
|
||||||
},
|
},
|
||||||
width: '400px'
|
width: '400px',
|
||||||
|
role: 'dialog'
|
||||||
});
|
});
|
||||||
|
|
||||||
dialogInstance.componentInstance.error.subscribe((message: string) => {
|
dialogInstance.componentInstance.error.subscribe((message: string) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user