@topconsultnpm/sdkui-react-beta 6.14.59 → 6.14.60

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.
@@ -309,7 +309,7 @@ const TMWGsCopyMoveForm = (props) => {
309
309
  setWaitPanelMaxValuePrimary(0);
310
310
  setWaitPanelValuePrimary(0);
311
311
  setShowWaitPanel(false);
312
- TMResultManager.show(result, getTitle(), "ID", undefined);
312
+ TMResultManager.show(result, mode !== 'move' ? SDKUI_Localizator.Copy : SDKUI_Localizator.Move, "ID", undefined);
313
313
  refreshCallback?.();
314
314
  onClose();
315
315
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.59",
3
+ "version": "6.14.60",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",