mirror of https://github.com/embarklabs/embark.git
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.state.successMessage && <StatusText message={this.state.successMessage} icon="check"/>}
|
||||||
{this.props.editorOperationStatus.loading && <StatusText message="Processing..." icon="spinner" spin={true}/>}
|
{this.props.editorOperationStatus.loading && <StatusText message="Processing..." icon="spinner" spin={true}/>}
|
||||||
{this.props.editorOperationStatus.error && <StatusText message={this.props.editorOperationStatus.error} icon="exclamation-triangle"/>}
|
{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>
|
||||||
<li className="breadcrumb-menu">
|
<li className="breadcrumb-menu">
|
||||||
<Nav className="btn-group">
|
<Nav className="btn-group">
|
||||||
|
|
Loading…
Reference in New Issue