Skip to content

Commit

Permalink
Facet search label translation (plone#4306)
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema authored Jan 26, 2023
1 parent 9027d04 commit 04ab385
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 @@ -13,6 +13,7 @@
### Bugfix

- Fix StyleWrapper extenders, the classNames were not being re-fed into the pipe @sneridagh [#4275](https://github.com/plone/volto/issues/4275)
- Fix bug where label of search facet wasn't translated when the content object is being translated @robgietema


## 16.8.0 (2023-01-18)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class SelectWidget extends Component {
styles={customSelectStyles}
theme={selectTheme}
components={{ DropdownIndicator, Option }}
value={value}
value={{ value: value?.value, label: indexes[value?.value]?.title }}
onChange={(data) => {
let dataValue = [];
if (Array.isArray(data)) {
Expand Down

0 comments on commit 04ab385

Please sign in to comment.