Skip to content

Commit 084a860

Browse files
committed
fix(AddressOverview): reset page on nav
1 parent 36a1b4f commit 084a860

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/modules/address/AddressOverview.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ await getTransactions()
259259
watch(
260260
() => activeTab.value,
261261
() => {
262+
page.value = 1
263+
262264
switch (activeTab.value) {
263265
case "transactions":
264266
getTransactions()

0 commit comments

Comments
 (0)