How should I set the file path?
Code:
Espo.define('custom:modules/crm/views/lead/modals/create', 'views/modal', function (Dep) { return Dep.extend({ className: 'create-lead', template: 'custom:modules/crm/lead/modals/create',
Comment