case 4555

This commit is contained in:
2023-11-07 18:05:35 +00:00
parent 50a70f8235
commit 7f48711bcf

View File

@@ -258,7 +258,14 @@ export default {
} }
} catch (error) { } catch (error) {
this.jobActive = false; this.jobActive = false;
//case 4555
await window.$gz.dialog.displayNoTranslationModalNotificationMessage(
await window.$gz.translation.translateStringWithMultipleKeysAsync(
window.$gz.errorHandler.errorToString(error, this)
),
null,
"error"
);
this.reject(error); this.reject(error);
} }
}, },