Skip to content

Commit

Permalink
fix(InventoryTable): Pass on activeFiltersConfig properly (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian authored Apr 21, 2023
1 parent 7692353 commit a8cec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InventoryTable/InventoryTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const InventoryTable = forwardRef(({ // eslint-disable-line react/display-name
paginationProps={paginationProps}
loaded={loaded}
showTagModal={showTagModal}
activeFiltersConfig={{ deleteTitle: 'Reset filters', ...props.activeFiltersConfig }}
activeFiltersConfig={{ deleteTitle: 'Reset filters', ...activeFiltersConfig }}
>
{ children }
</EntityTableToolbar>
Expand Down

0 comments on commit a8cec1d

Please sign in to comment.