Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloButynets committed Nov 27, 2024
1 parent ce6b03b commit c817ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/enhanced-table/filter-row/FilterRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const FilterRow = <I, F>({
const filters = filter?.filters
const setFilterByKey = filter?.setFilterByKey
const clearFilterByKey = filter?.clearFilterByKey

const filterCells =
filters &&
columns.map((column) => (
Expand Down

0 comments on commit c817ceb

Please sign in to comment.