File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ export default class Modal extends Component {
42
42
portalClassName : PropTypes . string ,
43
43
bodyOpenClassName : PropTypes . string ,
44
44
className : PropTypes . oneOfType ( [
45
- PropTypes . String ,
45
+ PropTypes . string ,
46
46
PropTypes . object
47
47
] ) ,
48
48
overlayClassName : PropTypes . oneOfType ( [
49
- PropTypes . String ,
49
+ PropTypes . string ,
50
50
PropTypes . object
51
51
] ) ,
52
52
appElement : PropTypes . instanceOf ( SafeHTMLElement ) ,
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ export default class ModalPortal extends Component {
31
31
overlay : PropTypes . object
32
32
} ) ,
33
33
className : PropTypes . oneOfType ( [
34
- PropTypes . String ,
34
+ PropTypes . string ,
35
35
PropTypes . object
36
36
] ) ,
37
37
overlayClassName : PropTypes . oneOfType ( [
38
- PropTypes . String ,
38
+ PropTypes . string ,
39
39
PropTypes . object
40
40
] ) ,
41
41
onAfterOpen : PropTypes . func ,
You can’t perform that action at this time.
0 commit comments