@topconsultnpm/sdkui-react-beta 6.14.57 → 6.14.58

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.
@@ -330,7 +330,7 @@ const TMBlogs = (props) => {
330
330
  const descriptors = await getDcmtTypeDescriptor(blogPosts);
331
331
  setDcmtTypeDescriptors(descriptors);
332
332
  };
333
- fetchDcmtTypeDescriptor();
333
+ showExtendedAttachments && fetchDcmtTypeDescriptor();
334
334
  if (updateVisualizedBlogCallback)
335
335
  updateVisualizedBlogCallback(blogPosts);
336
336
  }, [blogPosts]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.57",
3
+ "version": "6.14.58",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",