@topconsultnpm/sdkui-react-beta 6.14.24 → 6.14.26

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.
@@ -465,7 +465,7 @@ const TMBlogs = (props) => {
465
465
  break;
466
466
  case 'Enter':
467
467
  const item = blogPosts[currentIndex];
468
- const classItemID = blogPost.classID;
468
+ const classItemID = item.classID;
469
469
  if (handleNavigateToWGs && item.id && classItemID === 'WG')
470
470
  handleNavigateToWGs(item.id);
471
471
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.24",
3
+ "version": "6.14.26",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -42,7 +42,7 @@
42
42
  "lib"
43
43
  ],
44
44
  "dependencies": {
45
- "@topconsultnpm/sdk-ts-beta": "6.14.3",
45
+ "@topconsultnpm/sdk-ts-beta": "6.14.4",
46
46
  "buffer": "^6.0.3",
47
47
  "devextreme": "24.2.6",
48
48
  "devextreme-react": "24.2.6",