From 8f5d44c6488c345d5742a0d87f3b03ec4ed6e6cc Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Mon, 25 Oct 2021 13:11:29 +0200 Subject: [PATCH] feat: cashflow pages default universal search type. --- src/routes/dashboard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/dashboard.js b/src/routes/dashboard.js index d7d9348f9..f0c2097b1 100644 --- a/src/routes/dashboard.js +++ b/src/routes/dashboard.js @@ -774,6 +774,7 @@ export const getDashboardRoutes = () => [ backLink: true, pageTitle: intl.get('cash_flow.label_account_transcations'), subscriptionActive: [SUBSCRIPTION_TYPE.MAIN], + defaultSearchResource: RESOURCES_TYPES.ACCOUNT, }, { path: `/cashflow-accounts`, @@ -782,8 +783,8 @@ export const getDashboardRoutes = () => [ ), pageTitle: intl.get('siebar.cashflow.label_cash_and_bank_accounts'), subscriptionActive: [SUBSCRIPTION_TYPE.MAIN], + defaultSearchResource: RESOURCES_TYPES.ACCOUNT, }, - // Homepage { path: `/`,