Skip to content

Commit

Permalink
UIDATIMP-1302: Incorrect name of the page in Edit mode of field mappi…
Browse files Browse the repository at this point in the history
…ng profile (#1254)
  • Loading branch information
OleksandrHladchenko1 authored Nov 15, 2022
1 parent f54ba49 commit 938f9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Bugs fixed:
* After duplicating profiles the previous view details information is displayed (UIDATIMP-1285)
* Invoice field mapping profile: sortBy param is missed for Bill to name field (UIDATIMP-1288)
* Incorrect name of the page in Edit mode of field mapping profile (UIDATIMP-1302)

## [5.3.1](https://github.com/folio-org/ui-data-import/tree/v5.3.1) (2022-10-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const EditMappingProfileComponent = ({
<MappingProfilesForm
{...routeProps}
initialValues={initialValues}
layerType={layerType}
/>
</Layer>
);
Expand Down

0 comments on commit 938f9b4

Please sign in to comment.