[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:
arohilaGL 2022-10-18 19:14:00 +05:30 committed by GitHub
parent 2fc12f8898
commit 2d6375aad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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