fix: add getColor to dashlet for EspoCRM v9 compatibility

This commit is contained in:
2026-03-31 22:56:08 +00:00
parent ffbb648dd5
commit 21c3e33635
@@ -81,5 +81,9 @@ define('modules/smart-assistant/views/dashlets/smart-assistant', ['view'], funct
},
];
},
getColor: function () {
return '#5c6bc0';
},
});
});