test fix
This commit is contained in:
parent
3d77860e57
commit
a21f25ed8e
|
@ -483,7 +483,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…
Reference in a new issue