tnx-shared 5.1.548 → 5.1.549

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.
@@ -18176,7 +18176,9 @@
18176
18176
  case 10: return [3 /*break*/, 17];
18177
18177
  case 11:
18178
18178
  if (!(resultCheck.success && resultCheck.data)) return [3 /*break*/, 15];
18179
- this.model.formState = exports.FormState.EDIT;
18179
+ if (!this.model.formState) {
18180
+ this.model.formState = exports.FormState.EDIT;
18181
+ }
18180
18182
  if (this.crudForm) {
18181
18183
  this.crudForm.setIsLoadedDataEdit(false);
18182
18184
  }