This commit is contained in:
@@ -213,10 +213,8 @@ function initForm(vm) {
|
||||
//
|
||||
// Ensures UI translated text is available
|
||||
//
|
||||
function fetchTranslatedText(vm) {
|
||||
let tKeysRequired = ["OpsTestJob", "Log"];
|
||||
|
||||
return window.$gz.translation.cacheTranslations(tKeysRequired);
|
||||
async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations(["OpsTestJob", "Log"]);
|
||||
}
|
||||
|
||||
//////////////////////
|
||||
|
||||
Reference in New Issue
Block a user