@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]);
|