Skip to content

Commit 889e145

Browse files
committed
fix: dialogClass string type #2298
1 parent 970a72f commit 889e145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/vc-dialog/IDialogPropTypes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function IDialogPropTypes() {
3333
wrapProps: PropTypes.any,
3434
getContainer: PropTypes.any,
3535
dialogStyle: PropTypes.object.def(() => ({})),
36-
dialogClass: PropTypes.object.def(''),
36+
dialogClass: PropTypes.string.def(''),
3737
closeIcon: PropTypes.any,
3838
forceRender: PropTypes.bool,
3939
getOpenCount: PropTypes.func,

0 commit comments

Comments
 (0)