Merge pull request #2568 from gradido/fix-gdt-transaction-list-load

fix(frontend): add a watch on gdt prop to assure propper loading when mounted
This commit is contained in:
Hannes Heine 2023-01-18 13:53:14 +01:00 committed by GitHub
commit f03150d315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,11 @@ export default {
this.updateGdt()
}
},
gdt() {
if (this.gdt) {
this.updateGdt()
}
},
},
}
</script>