标签: admin-on-rest react-admin
我正在使用showNotification向用户显示消息。 邮件显示和隐藏为预期的颜色,但与任何级别的颜色相同(灰色):
this.props.showNotification(error.message, 'error') this.props.showNotification('Done', 'success')
答案 0 :(得分:1)
我们应该正确记录此内容。支持的通知类型为info和warning
info
warning