-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UIQM-730 Create/Edit/Derive MARC record - Retain focus when MARC reco…
…rd validation rules error display. Show validation issues toasts. (#755) * UIQM-730 Create/Edit/Derive MARC record - Retain focus when MARC record validation rules error display. Show validation issues toasts. * UIQM-730 added tests for validation errors notifications * UIQM-730 change the fail and warn toast text * UIQM-730 fix tests * UIQM-730 update error toast messages
- Loading branch information
1 parent
9c8f180
commit 511e30c
Showing
9 changed files
with
130 additions
and
101 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export * from './useAuthorityLinking'; | ||
export * from './useSubfieldNavigation'; | ||
export * from './useValidation'; | ||
export * from './useFocusFirstFieldWithError'; |
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
src/hooks/useFocusFirstFieldWithError/useFocusFirstFieldWithError.js
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/hooks/useFocusFirstFieldWithError/useFocusFirstFieldWithError.test.js
This file was deleted.
Oops, something went wrong.
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