fix(sentry): syntaxError: No error message (#13954)

This commit is contained in:
Sivin Varghese
2026-04-14 16:36:11 +05:30
committed by aakashb95
parent eaaef51705
commit 37e6daa687
3 changed files with 13 additions and 8 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ export default {
};
},
setLocale(locale) {
this.$root.$i18n.locale = locale;
if (locale) {
this.$root.$i18n.locale = locale;
}
},
},
};