mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs(demo): Convert to lowercase (#48415)
This commit is contained in:
parent
ead7f7d36d
commit
c648fd1513
@ -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',
|
||||
});
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user