diff --git a/components/modal/demo/confirm.md b/components/modal/demo/confirm.md index 24597359b8..1b410a251c 100644 --- a/components/modal/demo/confirm.md +++ b/components/modal/demo/confirm.md @@ -53,6 +53,7 @@ function showPropsConfirm() { content: 'Some descriptions', okText: 'Yes', okType: 'danger', + maskClosable: true, okButtonProps: { disabled: true, },