Skip to content

Commit

Permalink
[ReviewEntries] Turn off return-to-first-page-when-row-is-edited (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Jun 7, 2024
1 parent 6302b3c commit 960119f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goals/ReviewEntries/ReviewEntriesTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ export default function ReviewEntriesTable(props: {
const table = useMaterialReactTable({
columns,
data,
autoResetPageIndex: false,
columnFilterDisplayMode: "popover",
enableColumnActions: false,
enableColumnDragging: false,
Expand Down

0 comments on commit 960119f

Please sign in to comment.