Skip to content
Snippets Groups Projects
Commit 78a706d5 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'move-done-close' into 'master'

close move selection modal on move

Closes #962

See merge request !1242
parents 647076d1 65333321
No related branches found
No related tags found
1 merge request!1242close move selection modal on move
......@@ -291,7 +291,7 @@ export default {
this.moveLoading = true
try {
await this.$store.dispatch('selection/moveSelection', { corpusId: this.corpusId, destination: this.pickedFolder.id })
this.moveModal = false
this.moveSelectionModal = false
} finally {
this.moveLoading = false
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment