Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jul 9, 2024
1 parent a3640d3 commit b263c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions designer_v2/lib/features/forms/form_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ abstract class FormViewModel<T> implements IFormGroupController {
///
/// If null, the [AbstractControl]s contained in the [form] will be validated
/// using their default configuration. Otherwise, the default configuration
/// is discarded & replaced by the respective [FormValidationConfig].
/// is discarded and replaced by the respective [FormValidationConfig].
FormValidationSetEnum? get validationSet => _validationSet;
FormValidationSetEnum? _validationSet;
set validationSet(FormValidationSetEnum? validationSet) {
Expand Down Expand Up @@ -277,7 +277,7 @@ abstract class FormViewModel<T> implements IFormGroupController {
_applyValidationSet(validationSet);
}

/// Updates & re-evaluates [AbstractControl.validators] and
/// Updates and re-evaluates [AbstractControl.validators] and
/// [AbstractControl.asyncValidators] for all [FormControl]'s in the
/// current [form] (or the [FormGroup] itself) with the validators of
/// the [FormValidationConfig] corresponding to the given [validationSet]
Expand Down

0 comments on commit b263c4d

Please sign in to comment.