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 committed Aug 26, 2024
1 parent c1a42a0 commit 506deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/DragAndDropNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default defineComponent({
},
}
// Remove open file from query
delete location.query?.openfile
delete location.query.openfile
this.$router.push(location)
}
Expand Down

0 comments on commit 506deec

Please sign in to comment.