From da3399b94a6d82ca4cffc8b758d16940531e1dc5 Mon Sep 17 00:00:00 2001 From: geido Date: Wed, 19 Oct 2022 16:25:54 +0300 Subject: [PATCH] Remove trim --- .../useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx b/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx index 841f3124c0311..625f4b8949d85 100644 --- a/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx +++ b/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx @@ -63,7 +63,7 @@ const DashboardsSubMenu = ({ margin: ${theme.gridUnit * 2}px ${theme.gridUnit * 3}px; `} value={dashboardSearch} - onChange={e => setDashboardSearch(e.currentTarget.value?.trim())} + onChange={e => setDashboardSearch(e.currentTarget.value)} /> )}