mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Added paging (#10150)
* Added paging * Escaped regex * Fixed challenge side effect tests
This commit is contained in:
@@ -145,7 +145,7 @@ export default {
|
||||
this.$emit('search', {
|
||||
searchTerm: newSearch,
|
||||
});
|
||||
}, 250),
|
||||
}, 500),
|
||||
},
|
||||
methods: {
|
||||
emitFilters () {
|
||||
|
||||
Reference in New Issue
Block a user