Merge pull request #420 from ngovietanh21/update-pagination-contract-list-of-code

Fix not pagination at page Contract List of Code
This commit is contained in:
ping 2023-06-05 16:24:24 +08:00 committed by GitHub
commit 634b6d5206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ const result = ref('');
</table>
<div class="flex justify-between">
<PaginationBar
:limit="50"
:limit="pageRequest.limit"
:total="response.pagination?.total"
:callback="loadContract"
/>