@topconsultnpm/sdkui-react-beta 6.15.4 → 6.15.5

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.
@@ -379,9 +379,6 @@ const TMDcmtForm = ({ showHeader = true, onSaveRecents, layoutMode = LayoutModes
379
379
  });
380
380
  await onSavedAsyncCallback?.(ae.TID, res);
381
381
  await setMetadataListAsync(fromDTD?.metadata ?? [], undefined, true, res);
382
- if (res && onSavedAsyncCallback) {
383
- onSavedAsyncCallback(res, TID);
384
- }
385
382
  resetHandler();
386
383
  let newMruTIDS = updateMruTids(SDKUI_Globals.userSettings.archivingSettings.mruTIDs, TID);
387
384
  SDKUI_Globals.userSettings.archivingSettings.mruTIDs = newMruTIDS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.15.4",
3
+ "version": "6.15.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",