This repository was archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
clearValidationErrors
action to validation data store (#7601)
* Add clearValidationErrors to validation data store actions * Add reducer case for CLEAR_VALIDATION_ERRORS * Add tests for CLEAR_VALIDATION_ERRORS * Add documentation for clearValidationErrors * Deprecate clearAllValidationErrors in actions.ts * Remove CLEAR_VALIDATION_ERRORS action and reducer case * Update reducer test for clearAllValidationErrors * Make error message in test describe the test better * Update reducer to handle CLEAR_VALIDATION_ERRORS with no error passed * Update documentation for validation data store * Remove unnecessary linebreaks in documentation
- Loading branch information
Showing
5 changed files
with
92 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters