mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 04:50:40 -05:00
Merge pull request #50107 from nextcloud/artonge/fix/displayname_in_sidebar
This commit is contained in:
commit
2f754529ce
3 changed files with 5 additions and 5 deletions
|
|
@ -245,8 +245,8 @@ export default {
|
|||
},
|
||||
compact: this.hasLowHeight || !this.fileInfo.hasPreview || this.isFullScreen,
|
||||
loading: this.loading,
|
||||
name: this.fileInfo.name,
|
||||
title: this.fileInfo.name,
|
||||
name: this.node?.displayname ?? this.fileInfo.name,
|
||||
title: this.node?.displayname ?? this.fileInfo.name,
|
||||
}
|
||||
} else if (this.error) {
|
||||
return {
|
||||
|
|
|
|||
4
dist/files-sidebar.js
vendored
4
dist/files-sidebar.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-sidebar.js.map
vendored
2
dist/files-sidebar.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue