Merge pull request #2525 from gradido/2478-Investigate-Pagination-on-GDT

fix(frontend): pagination gdt
This commit is contained in:
Alexander Friedland 2023-01-10 22:57:43 +01:00 committed by GitHub
commit 685c4e947f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ export default {
}
},
watch: {
gdt() {
currentPage() {
if (this.gdt) {
this.updateGdt()
}