Merge branch 'master' into fix-pagination-frontend

This commit is contained in:
Moriz Wahl 2023-01-18 13:53:48 +01:00 committed by GitHub
commit 173265d1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ export default {
this.$emit('update-transactions', pagination)
},
},
mounted() {
created() {
if (this.gdt) {
this.updateGdt()
}