watch posts filters, to ensure that hasMore is reset to true

This commit is contained in:
Moriz Wahl 2023-06-02 18:45:02 +02:00 committed by mahula
parent b84ee62b12
commit 374927121a

View File

@ -213,6 +213,11 @@ export default {
},
},
watchQuery: ['hashtag'],
watch: {
postsFilter() {
this.resetPostList()
},
},
mounted() {
if (this.categoryId) {
this.resetCategories()