docs(demo): Convert to lowercase (#48415)

This commit is contained in:
thinkasany 2024-04-12 11:45:25 +08:00 committed by GitHub
parent ead7f7d36d
commit c648fd1513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ const Demo: React.FC = () => {
type="primary"
onClick={() => {
Modal.confirm({
title: 'Do you Want to delete these items?',
title: 'Do you want to delete these items?',
icon: <ExclamationCircleFilled />,
content: 'Some descriptions',
});

View File

@ -6,7 +6,7 @@ const { confirm } = Modal;
const showConfirm = () => {
confirm({
title: 'Do you Want to delete these items?',
title: 'Do you want to delete these items?',
icon: <ExclamationCircleFilled />,
content: 'Some descriptions',
onOk() {