mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
clarify duration example description (#21838)
This commit is contained in:
parent
e7c2ee5be6
commit
92c189f246
@ -20,7 +20,7 @@ const openNotification = () => {
|
||||
const args = {
|
||||
message: 'Notification Title',
|
||||
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,
|
||||
};
|
||||
notification.open(args);
|
||||
|
Loading…
Reference in New Issue
Block a user