mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
Merge pull request #49022 from nextcloud/backport/49017/stable30
[stable30] fix(ShareEntryLinkList): Append new links to the end of list
This commit is contained in:
commit
fb71f4b1b8
9 changed files with 8 additions and 8 deletions
|
|
@ -101,7 +101,7 @@ export default {
|
|||
*/
|
||||
addShare(share, resolve) {
|
||||
// eslint-disable-next-line vue/no-mutating-props
|
||||
this.shares.unshift(share)
|
||||
this.shares.push(share)
|
||||
this.awaitForShare(share, resolve)
|
||||
},
|
||||
|
||||
|
|
|
|||
1
dist/3154-3154.js.map
vendored
1
dist/3154-3154.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/3154-3154.js.map.license
vendored
1
dist/3154-3154.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
3154-3154.js.license
|
||||
4
dist/3154-3154.js → dist/9141-9141.js
vendored
4
dist/3154-3154.js → dist/9141-9141.js
vendored
File diff suppressed because one or more lines are too long
1
dist/9141-9141.js.map
vendored
Normal file
1
dist/9141-9141.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/9141-9141.js.map.license
vendored
Symbolic link
1
dist/9141-9141.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
9141-9141.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