Skip to content

Commit

Permalink
fix(ESSNTL-4714): fix display name unwanted reset on sort (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholjuraev authored Apr 27, 2023
1 parent 655cb67 commit 38ff4c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/InventoryTable/InventoryTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ const InventoryTable = forwardRef(({ // eslint-disable-line react/display-name
hideFilters: cachedProps.hideFilters,
filters: activeFilters,
hasItems: cachedProps.hasItems,
//RHIF-246: Compliance app depends on activeFiltersConfig to apply its filters.
activeFiltersConfig: cachedProps.activeFiltersConfig,
...cachedProps.customFilters,
...customFilters,
...options
};

Expand Down

0 comments on commit 38ff4c4

Please sign in to comment.