File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 140
140
mask: ' #-#-#-#-#-#' ,
141
141
placeholder: ' #-#-#-#-#-#' ,
142
142
jump: {
143
- _other: ' icon_rate '
143
+ _other: ' _submit '
144
144
},
145
145
model: ' '
146
146
},
157
157
type: ' iconrate' ,
158
158
id: ' icon_rate' ,
159
159
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?' ,
161
161
required: false ,
162
162
max: 5 ,
163
163
model: ' '
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ export default class QuestionModel {
132
132
this . accept = null
133
133
this . maxSize = null
134
134
this . rows = [ ]
135
- this . columns = [ ] ,
136
- this . labelLeft = null ,
135
+ this . columns = [ ]
136
+ this . labelLeft = null
137
137
this . labelRight = null
138
138
139
139
Object . assign ( this , options )
You can’t perform that action at this time.
0 commit comments