mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
da65af9074
commit
39c9a8d73e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export class CreateIndexPatternWizard extends Component {
|
|||
this.setState(prevState => ({
|
||||
toasts: prevState.toasts.concat([{
|
||||
title: errorMsg,
|
||||
id: errorMsg,
|
||||
id: errorMsg.props.id,
|
||||
color: 'warning',
|
||||
iconType: 'alert',
|
||||
}])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue