Merge branch 'master' into 2567-contibution-calendar-disappears-behind

This commit is contained in:
Alexander Friedland 2023-01-18 14:23:51 +01:00 committed by GitHub
commit 9948340d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
:transactionLinkCount="transactionLinkCount"
:transactions="transactions"
:showPagination="true"
:pageSize="pageSize"
@update-transactions="updateTransactions"
v-on="$listeners"
/>
@ -90,6 +91,11 @@ export default {
this.updateGdt()
}
},
gdt() {
if (this.gdt) {
this.updateGdt()
}
},
},
}
</script>