Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(FormGroup): add error prop to FormGroup #4437

Merged
merged 1 commit into from Sep 4, 2023

Conversation

felixmosh
Copy link
Contributor

closes #4434

@felixmosh felixmosh changed the title fix: add error prop to FormGroup Bug Fix: add error prop to FormGroup Sep 4, 2023
@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (79ffb36) 99.51% compared to head (1f1c389) 99.51%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4437   +/-   ##
=======================================
  Coverage   99.51%   99.51%           
=======================================
  Files         186      186           
  Lines        3511     3511           
=======================================
  Hits         3494     3494           
  Misses         17       17           
Files Changed Coverage Δ
src/collections/Form/FormGroup.js 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felixmosh felixmosh changed the title Bug Fix: add error prop to FormGroup fix(FormGroup): add error prop to FormGroup Sep 4, 2023
@layershifter layershifter enabled auto-merge (squash) September 4, 2023 15:14
@layershifter layershifter changed the title fix(FormGroup): add error prop to FormGroup feat(FormGroup): add error prop to FormGroup Sep 4, 2023
@layershifter layershifter merged commit ba4b720 into Semantic-Org:master Sep 4, 2023
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Form.Group is not accepting error flag
2 participants