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.
1 parent 342430b commit 1fcc796Copy full SHA for 1fcc796
src/models/QuestionModel.js
@@ -72,7 +72,7 @@ export default class QuestionModel {
72
this.content = null
73
this.inline = false
74
this.helpText = null
75
- this.helpTextShow = true;
+ this.helpTextShow = true
76
77
Object.assign(this, options)
78
0 commit comments