mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 13:09:07 +08:00
commit
31b8d72119
@ -160,7 +160,7 @@ export class ToastComponent extends React.Component<
|
||||
>
|
||||
{items.map((item, index) => (
|
||||
<ToastMessage
|
||||
classnames={classnames}
|
||||
classnames={cx}
|
||||
key={item.id}
|
||||
title={item.title}
|
||||
body={item.body}
|
||||
|
Loading…
Reference in New Issue
Block a user