Skip to content

Commit

Permalink
Fix issue with error callout while confirming request (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-blazhko authored Jan 31, 2025
1 parent 1f61462 commit e7226ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fix accessibility issues. Refs UIREQMED-74.
* Fix accessibility issues related to mediated requests list. Refs UIREQMED-76.
* Update upload-artifact actions from v3 to v4 version. Refs UIREQMED-85.
* Fix issue with error callout while confirming request. Refs UIREQMED-84.

## [2.0.1] (https://github.com/folio-org/ui-requests-mediated/tree/v2.0.1) (2024-12-06)
[Full Changelog](https://github.com/folio-org/ui-requests-mediated/compare/v2.0.0...v2.0.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const RequestFormContainer = ({
if (selectedProxy) {
userData = selectedProxy;
} else {
userData = requestData.requester;
userData = selectedUser;
}

if (!requestData.requestType) {
Expand Down

0 comments on commit e7226ed

Please sign in to comment.