mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
* fix: Display rolewise primary sidebar * Fix issues with roles * Fix active style * Fix accessible menu * Fix key missing * Changes menu icon size Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
const notifications = () => ({
|
|
parentNav: 'notifications',
|
|
routes: ['notifications_index'],
|
|
menuItems: [],
|
|
});
|
|
|
|
export default notifications;
|