@topconsultnpm/sdkui-react-beta 6.8.24 → 6.8.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.
@@ -109,6 +109,7 @@ const TMPage = ({ id, objClass = ObjectClasses.None, objType, listInsteadOfConte
109
109
  setWaitPanelTextPrimary('');
110
110
  setShowWaitPanel(false);
111
111
  TMResultManager.show(result, operationTitle, "JobID", undefined);
112
+ await loadDataAsync();
112
113
  };
113
114
  dialogConfirmOperation(operationTitle, msg, doOperationAsync);
114
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.8.24",
3
+ "version": "6.8.26",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -28,7 +28,7 @@
28
28
  "lib"
29
29
  ],
30
30
  "dependencies": {
31
- "@topconsultnpm/sdk-ts-beta": "^6.8.3",
31
+ "@topconsultnpm/sdk-ts-beta": "^6.8.4",
32
32
  "buffer": "^6.0.3",
33
33
  "devextreme": "24.1.7",
34
34
  "devextreme-react": "24.1.7",