Skip to content

Commit

Permalink
[ACS-3546] Fix for Create new folder a11y (#2715)
Browse files Browse the repository at this point in the history
* [ACS-3546] Fix for Create new folder a11y

* lint issue fix
  • Loading branch information
arohilaGL committed Oct 18, 2022
1 parent 2fc12f8 commit 2d6375a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/app/services/content-management.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ export class ContentManagementService {
createTitle: undefined,
nodeType: 'cm:folder'
},
width: '400px'
width: '400px',
role: 'dialog'
});

dialogInstance.componentInstance.error.subscribe((message: string) => {
Expand Down

0 comments on commit 2d6375a

Please sign in to comment.