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

Issue #372 - Set isMirrored to true to preserve functionality since isMirrored...

Issue #372 - Set isMirrored to true to preserve functionality since isMirrored now defaults to false
parent c3ac8b43
No related branches found
No related tags found
1 merge request!488Issue #372 - Handle mirroring properly, fixing go to last page and first page,...
Pipeline #110395 canceled
......@@ -49,6 +49,7 @@ const AccountTopBar: React.FC<AccountTopBarProps> = ({
totalCount={accountOperations.total_operations || 0}
pageSize={config.standardPaginationSize}
onPageChange={setPage}
isMirrored={true}
/>
</div>
<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