Skip to content

Commit

Permalink
fix: remove display of items preview on CustomSearchBar
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Feb 22, 2024
1 parent a323fe3 commit 02f2a4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelogs/unreleased/studio_customSearchBar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Studio form view: remove display of items preview on search bars",
"type": "fix",
"packages": "core"
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const CustomSearchBar = ({
loadingList={loading}
moreLoading={moreLoading}
isListEnd={isListEnd}
oneFilter={true}
/>
);
};
Expand Down

0 comments on commit 02f2a4e

Please sign in to comment.