diff --git a/CHANGELOG.md b/CHANGELOG.md index 93600d796..27dea8e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * Fix infinite loading animation after cancel edit/duplicate or 'Save & Close' consortial holdings/items. Fixes UIIN-3167. * Remove hover-over text next to "Effective call number" on the Item record detail view. Refs UIIN-3131. * Change import of `exportToCsv` from `stripes-util` to `stripes-components`. Refs UIIN-3025. +* Display `Shared` facet when user opens "Move holdings/items to another instance" modal. Refs UIIN-3198. ## [12.0.8](https://github.com/folio-org/ui-inventory/tree/v12.0.8) (2024-12-24) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.7...v12.0.8) diff --git a/src/ViewInstance.js b/src/ViewInstance.js index 584c37467..4bbd5703c 100644 --- a/src/ViewInstance.js +++ b/src/ViewInstance.js @@ -1232,7 +1232,6 @@ class ViewInstance extends React.Component { onSelect={this.selectInstance} onClose={this.toggleFindInstancePlugin} withTrigger={false} - suppressSharedFacet /> ) }