mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
Type fix
This commit is contained in:
@@ -320,7 +320,7 @@ function init(langSets) {
|
||||
/** @type {JQuery} */
|
||||
const $editable = context.layoutInfo.editable;
|
||||
|
||||
const view = /** @type {module:view} */options.espoView;
|
||||
const view = /** @type {import('view').default} */options.espoView;
|
||||
|
||||
if (!view) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user