fix: add getColor to dashlet for EspoCRM v9 compatibility
This commit is contained in:
@@ -81,5 +81,9 @@ define('modules/smart-assistant/views/dashlets/smart-assistant', ['view'], funct
|
||||
},
|
||||
];
|
||||
},
|
||||
|
||||
getColor: function () {
|
||||
return '#5c6bc0';
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user