Skip to content

Commit

Permalink
Update apps/files/src/components/DragAndDropNotice.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored Aug 26, 2024
1 parent d35161a commit c1a42a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/files/src/components/DragAndDropNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ export default defineComponent({
...this.$route.params,
fileid: String(lastUpload.response!.headers['oc-fileid']),
},
query: {
...this.$route.query,
},
}
// Remove open file from query
delete location.query?.openfile
Expand Down

0 comments on commit c1a42a0

Please sign in to comment.