Skip to content

Commit bb2fec3

Browse files
authored
fix inbox pagination issues (#2702)
1 parent 00977a3 commit bb2fec3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/pages/Inbox/Inbox.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,9 @@ const Inbox = (props) => {
399399
minWidth: 30,
400400
},
401401
columnResizeMode: "onEnd",
402+
autoResetPage: false,
403+
autoResetFilters: false,
404+
autoResetSortBy: false,
402405
},
403406
useFilters,
404407
useSortBy,

0 commit comments

Comments
 (0)