Skip to content

Commit

Permalink
fixes bug with csv exports
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Dec 5, 2023
1 parent 097b24c commit 7b873e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tables/CippTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ export default function CippTable({
(e) => {
if (graphFilterFunction) {
graphFilterFunction(e)
console.log(e)
}
},
[graphFilterFunction],
Expand Down Expand Up @@ -746,6 +745,7 @@ export default function CippTable({
columns,
reportName,
selectedRows,
filteredItems,
])
const tablePageSize = useSelector((state) => state.app.tablePageSize)

Expand Down

0 comments on commit 7b873e5

Please sign in to comment.