tnx-shared 5.3.186 → 5.3.187

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.
@@ -18420,10 +18420,7 @@
18420
18420
  return __awaiter(this, void 0, void 0, function () {
18421
18421
  return __generator(this, function (_e) {
18422
18422
  switch (_e.label) {
18423
- case 0:
18424
- this.messageInsertSuccess = this._translateService.instant('MESSAGE.INSERT_DATA_SUCCESS');
18425
- this.messageUpdateSuccess = this._translateService.instant('MESSAGE.UPDATE_DATA_SUCCESS');
18426
- return [4 /*yield*/, this.__handleFormReady(formEvent)];
18423
+ case 0: return [4 /*yield*/, this.__handleFormReady(formEvent)];
18427
18424
  case 1:
18428
18425
  _e.sent();
18429
18426
  return [2 /*return*/];