@lowcodeunit/applications-flow-common 1.36.170-10623-surface-error → 1.36.171-10623-surface-error
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.
- package/esm2020/lib/dialogs/feed-header-dialog/feed-header-dialog.component.mjs +3 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6259,9 +6259,9 @@ class FeedHeaderDialogComponent {
|
|
|
6259
6259
|
Type: this.data.type,
|
|
6260
6260
|
Title: this.TitleFormControl ? this.TitleFormControl.value : null,
|
|
6261
6261
|
};
|
|
6262
|
-
console.log('Control: ', returnObject);
|
|
6262
|
+
// console.log('Control: ', returnObject);
|
|
6263
6263
|
this.eacSvc.SubmitFeedEntry(returnObject).then((res) => {
|
|
6264
|
-
console.log('result: ', res);
|
|
6264
|
+
// console.log('result: ', res);
|
|
6265
6265
|
if (res.Code === 0) {
|
|
6266
6266
|
this.snackBar.open(` '${this.data.type}' Succesfully Created`, 'Dismiss', {
|
|
6267
6267
|
duration: 5000,
|