diff --git a/src/sidebarConfig.js b/src/sidebarConfig.js index 2066cbe2..f721b4b7 100644 --- a/src/sidebarConfig.js +++ b/src/sidebarConfig.js @@ -84,6 +84,9 @@ const config = { { title: _('Reports'), icon: getIcon('reports'), + action() { + router.push('/report/general-ledger'); + }, items: [ { label: _('General Ledger'),