Skip to content

Commit c8dcaf7

Browse files
committed
Merge branch 'feature/opinion-scale-question' of https://github.com/ditdot-dev/vue-flow-form into feature/opinion-scale-question
2 parents e7bdf25 + 9463002 commit c8dcaf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/support-page/Example.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
mask: '#-#-#-#-#-#',
141141
placeholder: '#-#-#-#-#-#',
142142
jump: {
143-
_other: 'icon_rate'
143+
_other: '_submit'
144144
},
145145
model: ''
146146
},
@@ -157,7 +157,7 @@
157157
type: 'iconrate',
158158
id: 'icon_rate',
159159
tagline: "One more thing before you go",
160-
title: 'How would you rate our Customer Support service?',
160+
title: 'How would you rate our service?',
161161
required: false,
162162
max: 5,
163163
model: ''

src/models/QuestionModel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export default class QuestionModel {
132132
this.accept = null
133133
this.maxSize = null
134134
this.rows = []
135-
this.columns = [],
136-
this.labelLeft = null,
135+
this.columns = []
136+
this.labelLeft = null
137137
this.labelRight = null
138138

139139
Object.assign(this, options)

0 commit comments

Comments
 (0)