diff --git a/CHANGELOG.md b/CHANGELOG.md index be626a1..b884c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ * Create Jest test environment and setup initial mocks. Refs UIPFU-78. * Apply Prev/Next Pagination. Refs UIPFU-49. -* Use keywords CQL field for keyword user search. Ref UIPFU-95. * Add Jest unit tests for ui-plugin-find-user/src/Filters.js. Refs UIPFU-81. * Fix pagination issues with `Unassigned` filter. Refs UIPFU-96. +## [7.1.2](https://github.com/folio-org/ui-plugin-find-user/tree/v7.1.2) (2024-09-05) +[Full Changelog](https://github.com/folio-org/ui-plugin-find-user/compare/v7.1.1...v7.1.2) + +* Use keywords CQL field for keyword user search. Refs UIPFU-95. + ## [7.1.1](https://github.com/folio-org/ui-plugin-find-user/tree/v7.1.1) (2024-05-03) [Full Changelog](https://github.com/folio-org/ui-plugin-find-user/compare/v7.1.0...v7.1.1) diff --git a/src/UserSearchContainer.js b/src/UserSearchContainer.js index 70a8f8a..f294373 100644 --- a/src/UserSearchContainer.js +++ b/src/UserSearchContainer.js @@ -15,7 +15,6 @@ import { UNASSIGNED_FILTER_KEY, UAS, ASSIGNED, - UNASSIGNED, } from './constants'; const INITIAL_RESULT_COUNT = 30;