@topconsultnpm/sdkui-react-beta 6.14.22 → 6.14.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -464,7 +464,9 @@ const TMBlogs = (props) => {
464
464
  handleFocusedBlog(nextItem);
465
465
  break;
466
466
  case 'Enter':
467
- headerClickCallback();
467
+ const item = blogPosts[currentIndex];
468
+ if (handleNavigateToWGs && item.id && classID === 'WG')
469
+ handleNavigateToWGs(item.id);
468
470
  break;
469
471
  default:
470
472
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.22",
3
+ "version": "6.14.23",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",