Skip to content

Commit dd6f37a

Browse files
committed
fix: no longer needed to "updateValue" manually after cactching error
1 parent 6b4a8bf commit dd6f37a

File tree

1 file changed

+0
-3
lines changed
  • packages/validated-form/addon/components/validated-form

1 file changed

+0
-3
lines changed

packages/validated-form/addon/components/validated-form/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ export default class ValidatedForm extends Component {
5151
await this.args.onSubmit?.();
5252
} catch (e) {
5353
this.childComponents.setEach('isTouched', true);
54-
this.childComponents.forEach((child) => {
55-
child.didUpdateValue();
56-
});
5754
}
5855
}
5956
}

0 commit comments

Comments
 (0)