Skip to content

Commit

Permalink
Merge pull request #2372 from nextcloud/backport/2371/stable4
Browse files Browse the repository at this point in the history
[stable4] fix: Update transfer ownership logic
  • Loading branch information
Chartman123 authored Oct 15, 2024
2 parents 4fc5832 + e3182b4 commit 8193388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/SidebarTabs/TransferOwnership.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ export default {
id: this.form.id,
}),
{
ownerId: this.selected.shareWith,
keyValuePairs: {
ownerId: this.selected.shareWith,
},
},
)
showSuccess(
Expand Down

0 comments on commit 8193388

Please sign in to comment.