hide list add string if not in expert mode

This commit is contained in:
Henry Jameson 2025-12-04 15:24:07 +02:00
commit 3fca18e248
4 changed files with 33 additions and 14 deletions

View file

@ -235,7 +235,6 @@ export default {
},
descriptionPath () {
if (this.path == null) return null
if (this.backendDescriptionPath) return this.backendDescriptionPath
const path = Array.isArray(this.path) ? this.path : this.path.split('.')
if (this.subgroup) {
return [
@ -279,7 +278,6 @@ export default {
}
},
reset () {
console.log('RS', this.state, this.draft)
if (this.realDraftMode) {
this.draft = cloneDeep(this.state)
} else {