mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
clarify duration example description (#21838)
This commit is contained in:
parent
e7c2ee5be6
commit
92c189f246
@ -20,7 +20,7 @@ const openNotification = () => {
|
|||||||
const args = {
|
const args = {
|
||||||
message: 'Notification Title',
|
message: 'Notification Title',
|
||||||
description:
|
description:
|
||||||
'I will never close automatically. I will be close automatically. I will never close automatically.',
|
'I will never close automatically. This is a purposely very very long description that has many many characters and words.',
|
||||||
duration: 0,
|
duration: 0,
|
||||||
};
|
};
|
||||||
notification.open(args);
|
notification.open(args);
|
||||||
|
Loading…
Reference in New Issue
Block a user