Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Dec 16, 2020
1 parent 2cccad2 commit c20b9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function ItemTable({ data, rowCanBeSelected }) {
columns,
data,
autoResetSortBy: false,
autoResetFilters:false,
autoResetFilters: false,
defaultColumn: {
Filter: ({ column: { Header, setFilter } }) => {
return (
Expand Down

0 comments on commit c20b9b8

Please sign in to comment.