We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fb4e72 + b2e1fed commit 2ad9675Copy full SHA for 2ad9675
client/components/QuestionDisplay/QuestionForm.jsx
@@ -31,6 +31,8 @@ class QuestionForm extends Component {
31
userId: this.props.user.id,
32
locationId: this.props.location.id,
33
id: this.props.question.id,
34
+ theme: 'monokai',
35
+ mode: 'javascript'
36
} : {
37
description: ``,
38
content: ``,
0 commit comments