mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 09:40:39 +00:00
FileActionsMobile.vue refactoring
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
this.$router.push({name: 'Files'})
|
||||
}
|
||||
|
||||
this.$store.dispatch('getFolder', [{ folder: this.results[this.index], back: true, init: false }])
|
||||
this.$store.dispatch('getFolder', this.results[this.index].id)
|
||||
} else {
|
||||
|
||||
// Show file
|
||||
|
||||
Reference in New Issue
Block a user