Skip to content

Commit

Permalink
UIU-3021: add edit user roles accordion to user edit view (#2671)
Browse files Browse the repository at this point in the history
Refs UIU-3021.
  • Loading branch information
aidynoJ authored and ryandberger committed Jul 25, 2024
1 parent 06d3546 commit 8528eb8
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 @@ -43,6 +43,7 @@
* Allow override for reminder fees with renewal blocked. Refs UICIRC-1077.
* Show Roles assigned to users. Refs UIU-3110.
* Add edit user roles accordion on edit role modal view. Refs UIU-3021.
* Add edit user roles accordion on edit role modal view. Refs UIU-3021.

## [10.1.0](https://github.com/folio-org/ui-users/tree/v10.1.0) (2024-03-20)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v10.0.4...v10.1.0)
Expand Down
1 change: 1 addition & 0 deletions src/components/EditSections/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export { default as EditUserInfo } from './EditUserInfo';
export { default as EditServicePoints } from './EditServicePoints';
export { default as EditReadingRoomAccess } from './EditReadingRoomAccess';
export { default as EditUserRoles } from './EditUserRoles';
export { default as EditUserRoles } from './EditUserRoles';

0 comments on commit 8528eb8

Please sign in to comment.