mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 20:51:55 +00:00
hotfix(cockpit/editor): remove test alert
This commit is contained in:
parent
c30c420ae8
commit
cc495c5cab
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user