@topconsultnpm/sdkui-react-beta 6.14.111 → 6.14.112
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.
|
@@ -188,7 +188,7 @@ export const WorkFlowMoreInfoPopUp = ({ DID = 0, TID = 0, deviceType = DeviceTyp
|
|
|
188
188
|
const requestMoreInfoAsync = async () => {
|
|
189
189
|
try {
|
|
190
190
|
TMSpinner.show();
|
|
191
|
-
await SDK_Globals.tmSession?.NewWorkflowEngine().WorkItem_MoreInfoAsync(TID, DID, task
|
|
191
|
+
await SDK_Globals.tmSession?.NewWorkflowEngine().WorkItem_MoreInfoAsync(TID, DID, task);
|
|
192
192
|
}
|
|
193
193
|
catch (e) {
|
|
194
194
|
TMExceptionBoxManager.show({ exception: e });
|