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 140140 mask: ' #-#-#-#-#-#' ,
141141 placeholder: ' #-#-#-#-#-#' ,
142142 jump: {
143- _other: ' icon_rate '
143+ _other: ' _submit '
144144 },
145145 model: ' '
146146 },
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: ' '
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments