Merge pull request #53034 from nextcloud/backport/53032/stable31

This commit is contained in:
John Molakvoæ 2025-05-21 18:08:45 +02:00 committed by GitHub
commit 91b8789159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 8 additions and 8 deletions

View file

@ -241,7 +241,7 @@ export default defineComponent({
}
return this.sortedTags
.filter(tag => tag.displayName.normalize().includes(this.input.normalize()))
.filter(tag => tag.displayName.normalize().toLowerCase().includes(this.input.normalize().toLowerCase()))
},
hasChanges(): boolean {

2
dist/4505-4505.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/4505-4505.js.map vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/4505-4505.js.map.license vendored Symbolic link
View file

@ -0,0 +1 @@
4505-4505.js.license

2
dist/7477-7477.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
7477-7477.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long