branding/manifest part done
This commit is contained in:
parent
c4f83808b0
commit
bc47bef80d
10 changed files with 288 additions and 16 deletions
|
|
@ -242,7 +242,6 @@ export default {
|
|||
if (this.path == null) return null
|
||||
if (this.descriptionPathOverride) return this.descriptionPathOverride
|
||||
const path = Array.isArray(this.path) ? this.path : this.path.split('.')
|
||||
console.log(this.path, this.subgroup)
|
||||
if (this.subgroup) {
|
||||
return [
|
||||
...path.slice(0, path.length - 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue