From 37e9ba8a7da8a7afe33c06ad7b22554a17253d65 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 31 Jan 2023 15:44:28 +0100 Subject: [PATCH] adjust changeset for list items Signed-off-by: Emma Indal --- .changeset/serious-pigs-watch.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/serious-pigs-watch.md b/.changeset/serious-pigs-watch.md index 3deb3724b4..6736c64557 100644 --- a/.changeset/serious-pigs-watch.md +++ b/.changeset/serious-pigs-watch.md @@ -5,4 +5,6 @@ '@backstage/plugin-search-react': patch --- -`*SearchResultListItems` now accept optional ´toggleModal´ prop that is used to toggle the search modal on result click. +`ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems`. This is to make sure the list only contains list elements. + +Note: If you have implemented a custom result list item, you can remove the list item wrapper to avoid duplicated `
  • ` elements.