Skip to content

Commit

Permalink
Remove trim
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Oct 19, 2022
1 parent 881a027 commit da3399b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
/>
)}
<div
Expand Down

0 comments on commit da3399b

Please sign in to comment.