@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.
@@ -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,