https://developer.microsoft.com/en-us/fabric#/components/dialog
Click on the open dialog. If you run any Accessibility tools, we can see the error:
"Required ARIA attribute not present: aria-level"
This is error is coming for the dialog's title

For the element with role as heading, setting the aria-label="1" should fix this issue.
https://developer.microsoft.com/en-us/fabric#/components/dialog
Click on the open dialog. If you run any Accessibility tools, we can see the error:
"Required ARIA attribute not present: aria-level"
This is error is coming for the dialog's title

For the element with role as heading, setting the aria-label="1" should fix this issue.