From a21f25ed8eff67ed9ea36e9e82f57e9d422150c4 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 4 Oct 2024 14:58:23 +0300 Subject: [PATCH] test fix --- src/modules/interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/interface.js b/src/modules/interface.js index 6daa4a1b..f86f941d 100644 --- a/src/modules/interface.js +++ b/src/modules/interface.js @@ -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 })