mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
Merge branch 'master' into develop-0.11.0
This commit is contained in:
commit
f64bee9de5
@ -59,6 +59,7 @@ function notice(args) {
|
||||
duration: duration,
|
||||
closable: true,
|
||||
onClose: args.onClose,
|
||||
key: args.key,
|
||||
style: {}
|
||||
});
|
||||
} else {
|
||||
@ -73,6 +74,7 @@ function notice(args) {
|
||||
duration: duration,
|
||||
closable: true,
|
||||
onClose: args.onClose,
|
||||
key: args.key,
|
||||
style: {}
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user