File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 122122 tagline: ' Support page > Ticket status' ,
123123 title: ' Please enter your 6-digit code.' ,
124124 subtitle: ' You received this when you reported your problem.' ,
125- type: QuestionType .Number ,
125+ type: QuestionType .Text ,
126126 multiple: false ,
127127 required: true ,
128128 mask: ' #-#-#-#-#-#' ,
160160 const data = this .getData ()
161161
162162 this .loading = true
163-
164- /* eslint-disable-next-line no-unused-vars */
165163
166164 /*
167165 You can use Fetch API to send the data to your server, eg.:
189187 this .questions .forEach (question => {
190188 if (question .title ) {
191189 let answer = question .answer
192- if (typeof answer === ' object ' ) {
190+ if (Array . isArray ( answer) ) {
193191 answer = answer .join (' , ' )
194192 }
195193
You can’t perform that action at this time.
0 commit comments