Skip to content

Commit

Permalink
UIPQB-46: Incorrect text when no options available in the query build…
Browse files Browse the repository at this point in the history
…er's search bar (#56)
  • Loading branch information
UladzislauKutarkin authored Sep 21, 2023
1 parent a705aeb commit 024edb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
* [UIPQB-49](https://issues.folio.org/browse/UIPQB-49) Jest-related deps are used in development only.
* [UIPQB-52](https://issues.folio.org/browse/UIPQB-52) *BREAKING* bump `react-intl` to `v6.4.4`.
* [UIPQB-45](https://issues.folio.org/browse/UIPQB-45) Query builder dies when certain characters are used in combination with regex operators.
* [UIPQB-46](https://issues.folio.org/browse/UIPQB-46) Incorrect text when no options available in the query builder's search bar.
* [UIPQB-50](https://issues.folio.org/browse/UIPQB-50)Add 'in-progress' handling to plugin-query-builder

Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const RepeatableFields = ({ source, setSource, getParamsSource, columns }
<Col sm={4} className={css.rowCell}>
<Selection
id={`field-option-${index}`}
emptyMessage={<></>}
placeholder={intl.formatMessage({ id: 'ui-plugin-query-builder.control.selection.placeholder' })}
dataOptions={row.field.options}
value={row.field.current}
Expand Down

0 comments on commit 024edb4

Please sign in to comment.