diff --git a/Changelog.md b/Changelog.md index 133f899c0..fe415ce15 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,9 @@ The next release will include the following feature enhancements and bug fixes: - Added Default Connection support (https://github.com/aws/graph-explorer/pull/108) - Added query language indicators to created connections (https://github.com/aws/graph-explorer/pull/164) +**Bug fixes** +- Fixed search UI crashing on node select/preview (https://github.com/aws/graph-explorer/pull/177) + ## Release 1.3.1 This patch release includes bugfixes for Release 1.3.0. diff --git a/packages/graph-explorer/src/modules/KeywordSearch/KeywordSearch.tsx b/packages/graph-explorer/src/modules/KeywordSearch/KeywordSearch.tsx index 269a65ea8..c21a46ed0 100644 --- a/packages/graph-explorer/src/modules/KeywordSearch/KeywordSearch.tsx +++ b/packages/graph-explorer/src/modules/KeywordSearch/KeywordSearch.tsx @@ -354,6 +354,9 @@ const KeywordSearch = ({ ref={carouselRef} slidesToShow={1} className={pfx("carousel")} + pagination={{ + el: `.swiper-pagination` + }} > {Array.from(selection.state).map(nodeId => { const node = searchResults.find(