improve robustness of appearance tab
This commit is contained in:
parent
b172f99835
commit
211a45b688
2 changed files with 11 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ export default {
|
|||
Object
|
||||
.values(themesIndex)
|
||||
.forEach(themeFunc => {
|
||||
themeFunc().then(themeData => this.availableStyles.push(themeData))
|
||||
themeFunc().then(themeData => themeData && this.availableStyles.push(themeData))
|
||||
})
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue