@topconsultnpm/sdkui-react-beta 6.14.135 → 6.14.136

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.
@@ -266,7 +266,7 @@ const TMBlogs = (props) => {
266
266
  onClick: () => { if (showTaskFormCallback)
267
267
  showTaskFormCallback(); },
268
268
  visible: contextMenuParams.isCreateContextualTask,
269
- disabled: false,
269
+ disabled: isGroupArchived ? true : false,
270
270
  beginGroup: true
271
271
  },
272
272
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.135",
3
+ "version": "6.14.136",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",