This commit is contained in:
Henry Jameson 2025-11-28 02:02:29 +02:00
commit db535ae057
7 changed files with 8 additions and 34 deletions

View file

@ -218,7 +218,7 @@ export default {
const path = Array.isArray(this.path) ? this.path : this.path.split('.')
if (this.subgroup) {
return [
...path.slice(0, path.length - 1),
...path.slice(0, path.length - 1),
':subgroup,' + this.subgroup,
...path.slice(path.length - 1)
]