Skip to content

Commit

Permalink
Fixed search UI crashing on node select/preview (#177)
Browse files Browse the repository at this point in the history
* Fix Issue 165

* update changelog
  • Loading branch information
michaelnchin committed Aug 23, 2023
1 parent fe4c614 commit f00eba6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f00eba6

Please sign in to comment.