Remove alert
This commit is contained in:
parent
7e78c76e74
commit
7cb187907d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class CodeViewer extends React.PureComponent<Props> {
|
|||
componentDidMount() {
|
||||
const me = this;
|
||||
const { theme, contentType } = me.props;
|
||||
alert(theme);
|
||||
|
||||
// Init CodeMirror
|
||||
import(
|
||||
/* webpackChunkName: "codemirror" */
|
||||
|
|
Loading…
Reference in a new issue