more low-hanging fruits
This commit is contained in:
parent
4f82709bf2
commit
b2dca4a3f6
20 changed files with 45 additions and 45 deletions
|
|
@ -179,7 +179,7 @@ export default {
|
|||
[
|
||||
'admin_dash',
|
||||
'temp_overrides',
|
||||
...this.canonPath.map((p) => p.replace(/\./g, '_DOT_')),
|
||||
...this.canonPath.map((p) => p.replaceAll('\.', '_DOT_')),
|
||||
'label',
|
||||
].join('.'),
|
||||
)
|
||||
|
|
@ -198,7 +198,7 @@ export default {
|
|||
[
|
||||
'admin_dash',
|
||||
'temp_overrides',
|
||||
...this.canonPath.map((p) => p.replace(/\./g, '_DOT_')),
|
||||
...this.canonPath.map((p) => p.replaceAll('\.', '_DOT_')),
|
||||
'description',
|
||||
].join('.'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue