Skip to content
Snippets Groups Projects
Commit becfc825 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #372 - Set isMirrored to true for pagination

parent a7fdc254
No related branches found
No related tags found
No related merge requests found
Pipeline #109256 failed
...@@ -49,6 +49,7 @@ const AccountTopBar: React.FC<AccountTopBarProps> = ({ ...@@ -49,6 +49,7 @@ const AccountTopBar: React.FC<AccountTopBarProps> = ({
totalCount={accountOperations.total_operations || 0} totalCount={accountOperations.total_operations || 0}
pageSize={config.standardPaginationSize} pageSize={config.standardPaginationSize}
onPageChange={setPage} onPageChange={setPage}
isMirrored={true}
/> />
</div> </div>
<div className="my-1 flex gap-x-2"> <div className="my-1 flex gap-x-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment