mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
Type fix
This commit is contained in:
@@ -534,7 +534,7 @@ class NavbarSiteView extends View {
|
||||
* @return {{
|
||||
* view: string,
|
||||
* class: string,
|
||||
* accessDataList?: module:utils~AccessDefs[],
|
||||
* accessDataList?: import('utils').AccessDefs[],
|
||||
* }}
|
||||
*/
|
||||
getItemDefs(name) {
|
||||
@@ -1398,7 +1398,7 @@ class NavbarSiteView extends View {
|
||||
* disabled:? boolean,
|
||||
* handler?: string,
|
||||
* actionFunction?: string,
|
||||
* accessDataList?: module:utils~AccessDefs[],
|
||||
* accessDataList?: import('utils').AccessDefs[],
|
||||
* }>} items
|
||||
*/
|
||||
const items = this.getMetadata().get('app.clientNavbar.menuItems') || {};
|
||||
|
||||
Reference in New Issue
Block a user