Merge pull request #34159 from nextcloud/backport/34140/stable24

This commit is contained in:
Pytal 2022-09-20 09:40:24 -07:00 committed by GitHub
commit f7411c6252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -410,6 +410,9 @@ export default {
// Do not search if not long enough
if (this.query.trim() === '' || this.isShortQuery) {
for (const type of this.typesIDs) {
this.$delete(this.results, type)
}
return
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long