mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #54049 from nextcloud/fix/only-show-reshare-if-there-is
This commit is contained in:
commit
535bf3af9f
10 changed files with 8 additions and 9 deletions
|
|
@ -243,8 +243,7 @@ export default {
|
|||
* @return {boolean}
|
||||
*/
|
||||
isSharedWithMe() {
|
||||
return this.sharedWithMe !== null
|
||||
&& this.sharedWithMe !== undefined
|
||||
return !!this.sharedWithMe?.user
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
2
dist/1025-1025.js
vendored
2
dist/1025-1025.js
vendored
File diff suppressed because one or more lines are too long
1
dist/1025-1025.js.map
vendored
1
dist/1025-1025.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/1025-1025.js.map.license
vendored
1
dist/1025-1025.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
1025-1025.js.license
|
||||
2
dist/2453-2453.js
vendored
Normal file
2
dist/2453-2453.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/2453-2453.js.map
vendored
Normal file
1
dist/2453-2453.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/2453-2453.js.map.license
vendored
Symbolic link
1
dist/2453-2453.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
2453-2453.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue