mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: add transactions locking query.
This commit is contained in:
@@ -872,13 +872,13 @@ export const getDashboardRoutes = () => [
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
defaultSearchResource: RESOURCES_TYPES.ACCOUNT,
|
||||
},
|
||||
// {
|
||||
// path: `/transactions-locking`,
|
||||
// component: lazy(() =>
|
||||
// import('../containers/TransactionsLocking/TransactionsLockingList'),
|
||||
// ),
|
||||
// pageTitle: intl.get('sidebar.transactions_locaking'),
|
||||
// },
|
||||
{
|
||||
path: `/transactions-locking`,
|
||||
component: lazy(() =>
|
||||
import('../containers/TransactionsLocking/TransactionsLockingList'),
|
||||
),
|
||||
pageTitle: intl.get('sidebar.transactions_locaking'),
|
||||
},
|
||||
// Homepage
|
||||
{
|
||||
path: `/`,
|
||||
|
||||
Reference in New Issue
Block a user