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() {
|
componentDidMount() {
|
||||||
const me = this;
|
const me = this;
|
||||||
const { theme, contentType } = me.props;
|
const { theme, contentType } = me.props;
|
||||||
alert(theme);
|
|
||||||
// Init CodeMirror
|
// Init CodeMirror
|
||||||
import(
|
import(
|
||||||
/* webpackChunkName: "codemirror" */
|
/* webpackChunkName: "codemirror" */
|
||||||
|
|
Loading…
Add table
Reference in a new issue