mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #53034 from nextcloud/backport/53032/stable31
This commit is contained in:
commit
91b8789159
10 changed files with 8 additions and 8 deletions
|
|
@ -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
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
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
1
dist/4505-4505.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
4505-4505.js.license
|
||||
2
dist/7477-7477.js
vendored
2
dist/7477-7477.js
vendored
File diff suppressed because one or more lines are too long
1
dist/7477-7477.js.map
vendored
1
dist/7477-7477.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/7477-7477.js.map.license
vendored
1
dist/7477-7477.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
7477-7477.js.license
|
||||
4
dist/systemtags-init.js
vendored
4
dist/systemtags-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/systemtags-init.js.map
vendored
2
dist/systemtags-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue