empty page refactored

This commit is contained in:
Peter Papp
2021-08-20 17:51:58 +02:00
parent b5a8fe8b1a
commit b23259309c
15 changed files with 85 additions and 101 deletions

View File

@@ -72,7 +72,6 @@
},
computed: {
...mapGetters([
'homeDirectory',
'config',
'user',
]),
@@ -105,7 +104,7 @@
if (this.$route.name !== 'Files')
this.$router.push({name: 'Files'})
this.$store.dispatch('getFolder', [{folder: this.homeDirectory, back: false, init: true}])
this.$store.dispatch('getFolder')
},
logOut() {
this.$store.dispatch('logOut')