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