Skip to content

Commit

Permalink
use total records as in memory sorting is removed in another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Feb 6, 2023
1 parent 4ca6f4b commit 73b78de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const RulesTableContextProvider = ({ children }: RulesTableContextProvide
pagination: {
page,
perPage,
total: isInMemorySorting ? rules.length : total,
total,
},
filterOptions,
isPreflightInProgress,
Expand Down

0 comments on commit 73b78de

Please sign in to comment.