From cc495c5cab1c90c226abf99bae45b93d829767fb Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 11 Mar 2019 16:00:26 -0400 Subject: [PATCH] hotfix(cockpit/editor): remove test alert --- packages/embark-ui/src/components/TextEditorToolbar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/embark-ui/src/components/TextEditorToolbar.js b/packages/embark-ui/src/components/TextEditorToolbar.js index 509dca273..36f6cc5db 100644 --- a/packages/embark-ui/src/components/TextEditorToolbar.js +++ b/packages/embark-ui/src/components/TextEditorToolbar.js @@ -89,7 +89,6 @@ class TextEditorToolbar extends Component { {this.state.successMessage && } {this.props.editorOperationStatus.loading && } {this.props.editorOperationStatus.error && } -