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.
@@ -3191,9 +3191,9 @@ class BasicFormComponent extends FormStructureAndData {
3191
3191
  let actionResult = null;
3192
3192
  if (action.backend) {
3193
3193
  actionResult = await this.requestFormAction(action.actionCode);
3194
- serverError = !!this.errorOccured();
3195
3194
  }
3196
3195
  await this.finishAction(action, actionResult, serverError);
3196
+ serverError = !!this.errorOccured();
3197
3197
  if (!serverError) {
3198
3198
  action.newState && this.changeState(action.newState);
3199
3199
  }