Skip to content

Commit 8244780

Browse files
dongfanghutangjinzhou
authored andcommitted
fix: modal confirm class not work (#475)
1 parent 312691d commit 8244780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/modal/ConfirmDialog.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default {
4141
contentPrefixCls,
4242
`${contentPrefixCls}-${props.type}`,
4343
`${prefixCls}-${props.type}`,
44+
props.class,
4445
);
4546

4647
const cancelButton = okCancel && (

0 commit comments

Comments
 (0)