Skip to content
Snippets Groups Projects
Commit 65333321 authored by ml bonhomme's avatar ml bonhomme :bee: Committed by Erwan Rouchet
Browse files

close move selection modal on move

parent 647076d1
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