Move item grid to folder bug

This commit is contained in:
Čarodej
2022-04-06 15:22:09 +02:00
parent 4ae4e70fe4
commit 9a11af3b39
13 changed files with 66 additions and 69 deletions
@@ -96,7 +96,7 @@ export default {
// Move item
this.$store.dispatch('moveItem', {
to_item: this.selectedFolder,
noSelectedItem: this.isSelectedItem ? this.pickedItem : null,
item: this.isSelectedItem ? this.pickedItem : undefined,
})
// Close popup