Skip to content

Commit 36c0d5a

Browse files
committed
Merge pull request #74 from salesforce-ux/modal-role-dialog
Set modal role back to dialog
2 parents cf33fae + 0dba9f3 commit 36c0d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SLDSModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = React.createClass( {
131131
onClick={this.isPrompt() ? undefined : this.closeModal}
132132
>
133133
<div
134-
role='document'
134+
role='dialog'
135135
className='slds-modal__container'
136136
onClick={this.handleModalClick}
137137
>

0 commit comments

Comments
 (0)