Skip to content

Commit 736dda5

Browse files
committed
Change options num question option from maxSize to max
1 parent 25e9517 commit 736dda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QuestionTypes/OpinionScaleType.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
6767
beforeMount() {
6868
const
69-
size = this.question.maxSize ?? 5,
69+
size = this.question.max ?? 5,
7070
numOptions = Math.min(Math.max(size, 1), 10)
7171
7272
if (!this.question.options.length) {

0 commit comments

Comments
 (0)