Fix select option edition
This commit is contained in:
@@ -468,7 +468,7 @@ export default {
|
||||
return true
|
||||
},
|
||||
optionsText () {
|
||||
if (this.field[this.field.type]) return []
|
||||
if (this.field[this.field.type]) return ''
|
||||
return this.field[this.field.type].options.map(option => {
|
||||
return option.name
|
||||
}).join('\n')
|
||||
|
||||
Reference in New Issue
Block a user