test fix
This commit is contained in:
parent
7ddc8822f4
commit
322cd6d5e0
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ const interfaceMod = {
|
|||
userThemeV2Name || instanceThemeV2Name
|
||||
)
|
||||
themeNameUsed = theme.nameUsed
|
||||
themeDataUsed = theme.dataUsed
|
||||
themeDataUsed = { ...theme.dataUsed, themeEngineVersion: CURRENT_VERSION }
|
||||
|
||||
// Themes v2 editor support
|
||||
commit('setInstanceOption', { name: 'themeData', value: themeDataUsed })
|
||||
|
|
Loading…
Add table
Reference in a new issue