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 25e9517 commit 736dda5Copy full SHA for 736dda5
src/components/QuestionTypes/OpinionScaleType.vue
@@ -66,7 +66,7 @@
66
67
beforeMount() {
68
const
69
- size = this.question.maxSize ?? 5,
+ size = this.question.max ?? 5,
70
numOptions = Math.min(Math.max(size, 1), 10)
71
72
if (!this.question.options.length) {
0 commit comments