Multiple bug fixing

This commit is contained in:
Julien Nahum
2024-02-10 12:20:45 +01:00
parent f2916b9e31
commit 91911bc6e5
16 changed files with 51 additions and 51 deletions

View File

@@ -468,6 +468,7 @@ export default {
return true
},
optionsText () {
if (this.field[this.field.type]) return []
return this.field[this.field.type].options.map(option => {
return option.name
}).join('\n')