@topconsultnpm/sdkui-react-beta 6.14.86 → 6.14.87
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.
|
@@ -159,9 +159,9 @@ const TMBlogCommentForm = (props) => {
|
|
|
159
159
|
await searchEngine.BlogPostAddAsync(context.object.tid, context.object.did, cleanComment)
|
|
160
160
|
.then(() => {
|
|
161
161
|
// On success, push a success result to the result array
|
|
162
|
-
result.push({ rowIndex: 1, id1: context.object?.tid, id2: context.object?.did, description: SDKUI_Localizator.UpdateCompletedSuccessfully, resultType: ResultTypes.SUCCESS })
|
|
162
|
+
// result.push({ rowIndex: 1, id1: context.object?.tid, id2: context.object?.did, description: SDKUI_Localizator.UpdateCompletedSuccessfully, resultType: ResultTypes.SUCCESS })
|
|
163
163
|
// Show the result to the user
|
|
164
|
-
TMResultManager.show(result, SDKUI_Localizator.Comment, "ID", undefined);
|
|
164
|
+
// TMResultManager.show(result, SDKUI_Localizator.Comment, "ID", undefined);
|
|
165
165
|
refreshCallback();
|
|
166
166
|
})
|
|
167
167
|
.catch((e) => {
|