tuain-ng-forms-lib 15.0.9 → 15.0.10

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.
@@ -3265,9 +3265,9 @@ class BasicFormComponent extends FormStructureAndData {
3265
3265
  let actionResult = null;
3266
3266
  if (action.backend) {
3267
3267
  actionResult = yield this.requestFormAction(action.actionCode);
3268
- serverError = !!this.errorOccured();
3269
3268
  }
3270
3269
  yield this.finishAction(action, actionResult, serverError);
3270
+ serverError = !!this.errorOccured();
3271
3271
  if (!serverError) {
3272
3272
  action.newState && this.changeState(action.newState);
3273
3273
  }