Skip to content

Commit 2ad9675

Browse files
committed
Merge branch 'master' into f/remove-autocomplete
2 parents 5fb4e72 + b2e1fed commit 2ad9675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/components/QuestionDisplay/QuestionForm.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ class QuestionForm extends Component {
3131
userId: this.props.user.id,
3232
locationId: this.props.location.id,
3333
id: this.props.question.id,
34+
theme: 'monokai',
35+
mode: 'javascript'
3436
} : {
3537
description: ``,
3638
content: ``,

0 commit comments

Comments
 (0)