diff --git a/components/modal/demo/confirm.md b/components/modal/demo/confirm.md index 1b410a251c..a0069a7b33 100644 --- a/components/modal/demo/confirm.md +++ b/components/modal/demo/confirm.md @@ -53,13 +53,9 @@ function showPropsConfirm() { content: 'Some descriptions', okText: 'Yes', okType: 'danger', - maskClosable: true, okButtonProps: { disabled: true, }, - cancelButtonProps: { - loading: true, - }, cancelText: 'No', onOk() { console.log('OK');