Skip to content

Commit cc75d31

Browse files
committed
fix web theme list
1 parent 78ecf38 commit cc75d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/GeneralConfig.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ export default {
841841
{ label: "openWB", options: [] },
842842
{ label: "Community", options: [] },
843843
];
844-
this.webThemeList.forEach((theme) => {
844+
this.webThemeList?.forEach((theme) => {
845845
if (theme.official === true) {
846846
groups[0].options.push(theme);
847847
} else {

0 commit comments

Comments
 (0)