fix: dialogClass string type #2298

pull/2133/head^2
tanjinzhou 2020-05-26 15:18:34 +08:00
parent 970a72fca8
commit 889e145ed0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function IDialogPropTypes() {
wrapProps: PropTypes.any,
getContainer: PropTypes.any,
dialogStyle: PropTypes.object.def(() => ({})),
dialogClass: PropTypes.object.def(''),
dialogClass: PropTypes.string.def(''),
closeIcon: PropTypes.any,
forceRender: PropTypes.bool,
getOpenCount: PropTypes.func,