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:
commit
634b6d5206
@ -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"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user