mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP feature/breadcrumb/fix_localize
This commit is contained in:
@@ -11,15 +11,15 @@ const initialState = {
|
||||
metadata: {
|
||||
'accounts': {
|
||||
label: 'Accounts',
|
||||
baseRoute: '/dashboard/accounts',
|
||||
baseRoute: '/accounts',
|
||||
},
|
||||
'items': {
|
||||
label: 'Items',
|
||||
baseRoute: '/dashboard/items',
|
||||
baseRoute: '/items',
|
||||
},
|
||||
'manual_journals': {
|
||||
label: 'Journals',
|
||||
baseRoute: '/dashboard/accounting/manual-journals',
|
||||
baseRoute: '/manual-journals',
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user