hotfix(cockpit/editor): remove test alert

This commit is contained in:
Jonathan Rainville 2019-03-11 16:00:26 -04:00
parent c30c420ae8
commit cc495c5cab
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class TextEditorToolbar extends Component {
{this.state.successMessage && <StatusText message={this.state.successMessage} icon="check"/>}
{this.props.editorOperationStatus.loading && <StatusText message="Processing..." icon="spinner" spin={true}/>}
{this.props.editorOperationStatus.error && <StatusText message={this.props.editorOperationStatus.error} icon="exclamation-triangle"/>}
<StatusText message="Error while processing Error message here" icon="exclamation-triangle"/>
</li>
<li className="breadcrumb-menu">
<Nav className="btn-group">