This commit is contained in:
Yuri Kuznetsov
2024-06-24 11:16:45 +03:00
parent 69d0dbbf1c
commit 9cce9d7347
@@ -149,6 +149,8 @@ function init(langSets) {
const view = /** @type {import('view').default} */options.espoView;
if (!view) {
// Prevents an issue with a collapsed modal.
// @todo Revise.
return;
}