forked from cerc-io/cosmos-explorer
Fix not pagination at page Contract List of Code
This commit is contained in:
parent
b9b9c27841
commit
8daa0f802f
@ -158,7 +158,7 @@ const result = ref('');
|
|||||||
</table>
|
</table>
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<PaginationBar
|
<PaginationBar
|
||||||
:limit="50"
|
:limit="pageRequest.limit"
|
||||||
:total="response.pagination?.total"
|
:total="response.pagination?.total"
|
||||||
:callback="loadContract"
|
:callback="loadContract"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user