fix: message support function bug #554
parent
4a31fd381e
commit
bdda185974
|
@ -74,7 +74,7 @@ function notice(args) {
|
|||
) : (
|
||||
''
|
||||
)}
|
||||
<span>{typeof content === 'function' ? args.content(h) : args.content}</span>
|
||||
<span>{typeof args.content === 'function' ? args.content(h) : args.content}</span>
|
||||
</div>
|
||||
),
|
||||
onClose: callback,
|
||||
|
|
Loading…
Reference in New Issue