diff --git a/CHANGELOG.md b/CHANGELOG.md index 833a0e1b..398cc5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * [UIPQB-112](https://folio-org.atlassian.net/browse/UIPQB-112) Query builder: Accessibility: Not equal operator value is not read by screenreader * [UIPQB-119](https://folio-org.atlassian.net/browse/UIPQB-119) Filter column names * [UIPQB-79](https://folio-org.atlassian.net/browse/UIPQB-79) Update available operators for arrays +* [UIPQB-131](https://folio-org.atlassian.net/browse/UIPQB-131) Columns and empty area display in the list details page, when we refresh the page 1st time or duplicate the list ## [1.1.4](https://github.com/folio-org/ui-plugin-query-builder/tree/v1.1.4) (2024-04-02) diff --git a/src/QueryBuilder/ResultViewer/ResultViewer.js b/src/QueryBuilder/ResultViewer/ResultViewer.js index 83279b18..73d5b3dd 100644 --- a/src/QueryBuilder/ResultViewer/ResultViewer.js +++ b/src/QueryBuilder/ResultViewer/ResultViewer.js @@ -122,7 +122,7 @@ export const ResultViewer = ({ ); const renderTable = () => { - const showSpinner = isListLoading && !isEmpty(contentData); + const showSpinner = isListLoading && isEmpty(contentData); return (