From e1646e92a8291d125668a33f4d422ce7d77ac01c Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Sun, 26 Dec 2021 20:07:11 +0200 Subject: [PATCH] fix: BIG-160 Remove expense default resource type on universal search. --- src/routes/dashboard.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routes/dashboard.js b/src/routes/dashboard.js index 0b8abb20f..491b32238 100644 --- a/src/routes/dashboard.js +++ b/src/routes/dashboard.js @@ -369,7 +369,6 @@ export const getDashboardRoutes = () => [ pageTitle: intl.get('new_expense'), sidebarExpand: false, backLink: true, - defaultSearchResource: RESOURCES_TYPES.EXPENSE, subscriptionActive: [SUBSCRIPTION_TYPE.MAIN], }, { @@ -381,7 +380,6 @@ export const getDashboardRoutes = () => [ pageTitle: intl.get('edit_expense'), sidebarExpand: false, backLink: true, - defaultSearchResource: RESOURCES_TYPES.EXPENSE, subscriptionActive: [SUBSCRIPTION_TYPE.MAIN], }, { @@ -392,7 +390,6 @@ export const getDashboardRoutes = () => [ breadcrumb: intl.get('expenses_list'), pageTitle: intl.get('expenses_list'), hotkey: 'shift+x', - defaultSearchResource: RESOURCES_TYPES.EXPENSE, subscriptionActive: [SUBSCRIPTION_TYPE.MAIN], },